Color spaces of #36529b
RGB | 54 | 82 | 155 |
---|---|---|---|
HSL | 0.62 | 0.48 | 0.41 |
HSV | 223° | 65° | 61° |
CMYK | 0.65 | 0.47 | 0.00 0.39 |
XYZ | 10.4550 | 9.1854 | 32.2323 |
Yxy | 9.1854 | 0.2016 | 0.1771 |
Hunter Lab | 30.3074 | 8.5383 | -41.8404 |
CIE-Lab | 36.3388 | 13.9713 | -43.0536 |
#36529b color RGB value is (54,82,155).
#36529b hex color red value is 54, green value is 82 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #36529b hue: 0.62 , saturation: 0.48 and the lightness value of 36529b is 0.41.
The process color (four color CMYK) of #36529b color hex is 0.65, 0.47, 0.00, 0.39. Web safe color of #36529b is #336699. Color #36529b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01010010 | 10011011 |
Octal | 66 | 122 | 233 |
Decimal | 54 | 82 | 155 |
Hex | 36 | 52 | 9B |
Shades of #36529b
Tints of #36529b
RGB Percentages of Color #36529b
CMYK Percentages of Color #36529b
Complementary Color
#36529b | #9b7f36 |
#36529b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36529b Color Preview on White Background
Lorem ipsum dolor sit amet.
#36529b Color CSS Codes
.mybgcolor {background-color:#36529b; } .myforecolor {color:#36529b; } .mybordercolor {border:3px solid #36529b; }
#36529b Text Font Color
<p style="color:#36529b">Text here</p>
This sample text font color is #36529b
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.
#36529b Background Color
<div style="background-color:#36529b">
Div content here</div>
This div background color is #36529b
#36529b Border Color
<div style="border:3px solid #36529b">
Div here</div>
This div border color is #36529b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,82,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36529b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36529b; -webkit-box-shadow: 1px 1px 3px 2px #36529b; box-shadow: 1px 1px 3px 2px #36529b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,82,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36529b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36529b; -webkit-box-shadow: 1px 1px 3px 2px #36529b; box-shadow: 1px 1px 3px 2px #36529b;">
Div content here</div>
This div box has shadow with color #36529b
Comments
No comments written yet.
Please login to write comment.