Hex #35497e Color
equivalent to
RGB
(53, 73, 126)Details of #35497e
|
|
|
|
Color HEX #35497e matches (53, 73, 126) in RGB.
#35497e hex color red value is 53, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #35497e hue: 0.62, saturation: 0.41 and the lightness value of 35497e is 0.35.
The process color (four color CMYK) of #35497e color hex is 0.58, 0.42, 0.00, 0.51. Web safe color of #35497e is #333366. Color #35497e contains mainly BLUE color.
Base Numbers
|
|
|
|
#35497e tints
#35497e shades
RGB in % of #35497e
CMYK in % of #35497e
Preview Color #35497e on black ground
Very nice color.
Preview Color #35497e on white ground
Very nice color.
CSS Codes #35497e color
.mybgcolor {background-color:#35497e; } .myforecolor {color:#35497e; } .mybordercolor {border:3px solid #35497e; }
Text Font Color #35497e
<p style="color:#35497e">Text here</p>
This sample text font color is #35497e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #35497e
<div style="background-color:#35497e">
Div content here</div>
This div background color is #35497e
Border Color #35497e
<div style="border:3px solid #35497e">
Div here</div>
The color of this border is #35497e
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35497e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35497e; -webkit-box-shadow: 1px 1px 3px 2px #35497e; box-shadow: 1px 1px 3px 2px #35497e; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #35497e">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35497e; -webkit-box-shadow: 1px 1px 3px 2px #35497e; box-shadow: 1px 1px 3px 2px #35497e;">
Div content here</div>
The shadow of div box using color #35497e