Color spaces of #336fad
RGB | 51 | 111 | 173 |
---|---|---|---|
HSL | 0.58 | 0.54 | 0.44 |
HSV | 210° | 71° | 68° |
CMYK | 0.71 | 0.36 | 0.00 0.32 |
XYZ | 14.5925 | 15.0898 | 41.6787 |
Yxy | 15.0898 | 0.2045 | 0.2115 |
Hunter Lab | 38.8456 | -0.9256 | -36.4223 |
CIE-Lab | 45.7569 | 1.5384 | -38.7386 |
#336fad color RGB value is (51,111,173).
#336fad hex color red value is 51, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #336fad hue: 0.58 , saturation: 0.54 and the lightness value of 336fad is 0.44.
The process color (four color CMYK) of #336fad color hex is 0.71, 0.36, 0.00, 0.32. Web safe color of #336fad is #336699. Color #336fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01101111 | 10101101 |
Octal | 63 | 157 | 255 |
Decimal | 51 | 111 | 173 |
Hex | 33 | 6F | AD |
Shades of #336fad
Tints of #336fad
RGB Percentages of Color #336fad
CMYK Percentages of Color #336fad
Complementary Color
#336fad | #ad7133 |
#336fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#336fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#336fad Color CSS Codes
.mybgcolor {background-color:#336fad; } .myforecolor {color:#336fad; } .mybordercolor {border:3px solid #336fad; }
#336fad Text Font Color
<p style="color:#336fad">Text here</p>
This sample text font color is #336fad
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.
#336fad Background Color
<div style="background-color:#336fad">
Div content here</div>
This div background color is #336fad
#336fad Border Color
<div style="border:3px solid #336fad">
Div here</div>
This div border color is #336fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,111,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #336fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #336fad; -webkit-box-shadow: 1px 1px 3px 2px #336fad; box-shadow: 1px 1px 3px 2px #336fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,111,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #336fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #336fad; -webkit-box-shadow: 1px 1px 3px 2px #336fad; box-shadow: 1px 1px 3px 2px #336fad;">
Div content here</div>
This div box has shadow with color #336fad
Comments
No comments written yet.
Please login to write comment.