Color spaces of #35495c
RGB | 53 | 73 | 92 |
---|---|---|---|
HSL | 0.58 | 0.27 | 0.28 |
HSV | 209° | 42° | 36° |
CMYK | 0.42 | 0.21 | 0.00 0.64 |
XYZ | 5.7825 | 6.2947 | 11.0354 |
Yxy | 6.2947 | 0.2502 | 0.2723 |
Hunter Lab | 25.0892 | -2.7660 | -8.5160 |
CIE-Lab | 30.1441 | -2.2462 | -13.6891 |
#35495c color RGB value is (53,73,92).
#35495c hex color red value is 53, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #35495c hue: 0.58 , saturation: 0.27 and the lightness value of 35495c is 0.28.
The process color (four color CMYK) of #35495c color hex is 0.42, 0.21, 0.00, 0.64. Web safe color of #35495c is #333366. Color #35495c contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 01001001 | 01011100 |
Octal | 65 | 111 | 134 |
Decimal | 53 | 73 | 92 |
Hex | 35 | 49 | 5C |
Shades of #35495c
Tints of #35495c
RGB Percentages of Color #35495c
CMYK Percentages of Color #35495c
Complementary Color
#35495c | #5c4835 |
#35495c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35495c Color Preview on White Background
Lorem ipsum dolor sit amet.
#35495c Color CSS Codes
.mybgcolor {background-color:#35495c; } .myforecolor {color:#35495c; } .mybordercolor {border:3px solid #35495c; }
#35495c Text Font Color
<p style="color:#35495c">Text here</p>
This sample text font color is #35495c
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.
#35495c Background Color
<div style="background-color:#35495c">
Div content here</div>
This div background color is #35495c
#35495c Border Color
<div style="border:3px solid #35495c">
Div here</div>
This div border color is #35495c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,73,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35495c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35495c; -webkit-box-shadow: 1px 1px 3px 2px #35495c; box-shadow: 1px 1px 3px 2px #35495c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,73,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #35495c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35495c; -webkit-box-shadow: 1px 1px 3px 2px #35495c; box-shadow: 1px 1px 3px 2px #35495c;">
Div content here</div>
This div box has shadow with color #35495c
Comments
No comments written yet.
Please login to write comment.