Color spaces of #337fae
RGB | 51 | 127 | 174 |
---|---|---|---|
HSL | 0.56 | 0.55 | 0.44 |
HSV | 203° | 71° | 68° |
CMYK | 0.71 | 0.27 | 0.00 0.32 |
XYZ | 16.5946 | 18.9385 | 42.8253 |
Yxy | 18.9385 | 0.2118 | 0.2417 |
Hunter Lab | 43.5184 | -8.0909 | -27.8829 |
CIE-Lab | 50.6152 | -7.6788 | -31.6819 |
#337fae color RGB value is (51,127,174).
#337fae hex color red value is 51, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #337fae hue: 0.56 , saturation: 0.55 and the lightness value of 337fae is 0.44.
The process color (four color CMYK) of #337fae color hex is 0.71, 0.27, 0.00, 0.32. Web safe color of #337fae is #336699. Color #337fae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110011 | 01111111 | 10101110 |
Octal | 63 | 177 | 256 |
Decimal | 51 | 127 | 174 |
Hex | 33 | 7F | AE |
Shades of #337fae
Tints of #337fae
RGB Percentages of Color #337fae
CMYK Percentages of Color #337fae
Complementary Color
#337fae | #ae6233 |
#337fae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#337fae Color Preview on White Background
Lorem ipsum dolor sit amet.
#337fae Color CSS Codes
.mybgcolor {background-color:#337fae; } .myforecolor {color:#337fae; } .mybordercolor {border:3px solid #337fae; }
#337fae Text Font Color
<p style="color:#337fae">Text here</p>
This sample text font color is #337fae
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.
#337fae Background Color
<div style="background-color:#337fae">
Div content here</div>
This div background color is #337fae
#337fae Border Color
<div style="border:3px solid #337fae">
Div here</div>
This div border color is #337fae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(51,127,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #337fae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #337fae; -webkit-box-shadow: 1px 1px 3px 2px #337fae; box-shadow: 1px 1px 3px 2px #337fae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(51,127,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 #337fae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #337fae; -webkit-box-shadow: 1px 1px 3px 2px #337fae; box-shadow: 1px 1px 3px 2px #337fae;">
Div content here</div>
This div box has shadow with color #337fae
Comments
No comments written yet.
Please login to write comment.