Color spaces of #336aae
RGB | 51 | 106 | 174 |
---|---|---|---|
HSL | 0.59 | 0.55 | 0.44 |
HSV | 213° | 71° | 68° |
CMYK | 0.71 | 0.39 | 0.00 0.32 |
XYZ | 14.1593 | 14.0679 | 42.0135 |
Yxy | 14.0679 | 0.2016 | 0.2003 |
Hunter Lab | 37.5072 | 1.7477 | -40.1584 |
CIE-Lab | 44.3302 | 5.0123 | -41.5864 |
#336aae color RGB value is (51,106,174).
#336aae hex color red value is 51, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #336aae hue: 0.59 , saturation: 0.55 and the lightness value of 336aae is 0.44.
The process color (four color CMYK) of #336aae color hex is 0.71, 0.39, 0.00, 0.32. Web safe color of #336aae is #336699. Color #336aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01101010 | 10101110 |
Octal | 63 | 152 | 256 |
Decimal | 51 | 106 | 174 |
Hex | 33 | 6A | AE |
Shades of #336aae
Tints of #336aae
RGB Percentages of Color #336aae
CMYK Percentages of Color #336aae
Complementary Color
#336aae | #ae7733 |
#336aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#336aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#336aae Color CSS Codes
.mybgcolor {background-color:#336aae; } .myforecolor {color:#336aae; } .mybordercolor {border:3px solid #336aae; }
#336aae Text Font Color
<p style="color:#336aae">Text here</p>
This sample text font color is #336aae
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.
#336aae Background Color
<div style="background-color:#336aae">
Div content here</div>
This div background color is #336aae
#336aae Border Color
<div style="border:3px solid #336aae">
Div here</div>
This div border color is #336aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,106,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #336aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #336aae; -webkit-box-shadow: 1px 1px 3px 2px #336aae; box-shadow: 1px 1px 3px 2px #336aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,106,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #336aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #336aae; -webkit-box-shadow: 1px 1px 3px 2px #336aae; box-shadow: 1px 1px 3px 2px #336aae;">
Div content here</div>
This div box has shadow with color #336aae
Comments
No comments written yet.
Please login to write comment.