Color spaces of #364276
RGB | 54 | 66 | 118 |
---|---|---|---|
HSL | 0.64 | 0.37 | 0.34 |
HSV | 229° | 54° | 46° |
CMYK | 0.54 | 0.44 | 0.00 0.54 |
XYZ | 6.7396 | 5.9887 | 17.9403 |
Yxy | 5.9887 | 0.2198 | 0.1953 |
Hunter Lab | 24.4718 | 6.3337 | -26.3352 |
CIE-Lab | 29.3839 | 11.3311 | -31.3963 |
#364276 color RGB value is (54,66,118).
#364276 hex color red value is 54, green value is 66 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #364276 hue: 0.64 , saturation: 0.37 and the lightness value of 364276 is 0.34.
The process color (four color CMYK) of #364276 color hex is 0.54, 0.44, 0.00, 0.54. Web safe color of #364276 is #333366. Color #364276 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 01000010 | 01110110 |
Octal | 66 | 102 | 166 |
Decimal | 54 | 66 | 118 |
Hex | 36 | 42 | 76 |
Shades of #364276
Tints of #364276
RGB Percentages of Color #364276
CMYK Percentages of Color #364276
Complementary Color
#364276 | #766a36 |
#364276 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#364276 Color Preview on White Background
Lorem ipsum dolor sit amet.
#364276 Color CSS Codes
.mybgcolor {background-color:#364276; } .myforecolor {color:#364276; } .mybordercolor {border:3px solid #364276; }
#364276 Text Font Color
<p style="color:#364276">Text here</p>
This sample text font color is #364276
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.
#364276 Background Color
<div style="background-color:#364276">
Div content here</div>
This div background color is #364276
#364276 Border Color
<div style="border:3px solid #364276">
Div here</div>
This div border color is #364276
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,66,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #364276; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #364276; -webkit-box-shadow: 1px 1px 3px 2px #364276; box-shadow: 1px 1px 3px 2px #364276; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,66,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #364276">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #364276; -webkit-box-shadow: 1px 1px 3px 2px #364276; box-shadow: 1px 1px 3px 2px #364276;">
Div content here</div>
This div box has shadow with color #364276
Comments
No comments written yet.
Please login to write comment.