Color spaces of #377baa
RGB | 55 | 123 | 170 |
---|---|---|---|
HSL | 0.57 | 0.51 | 0.44 |
HSV | 205° | 68° | 67° |
CMYK | 0.68 | 0.28 | 0.00 0.33 |
XYZ | 15.9142 | 17.8804 | 40.6427 |
Yxy | 17.8804 | 0.2138 | 0.2402 |
Hunter Lab | 42.2852 | -6.8200 | -27.3873 |
CIE-Lab | 49.3507 | -6.1013 | -31.3291 |
#377baa color RGB value is (55,123,170).
#377baa hex color red value is 55, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #377baa hue: 0.57 , saturation: 0.51 and the lightness value of 377baa is 0.44.
The process color (four color CMYK) of #377baa color hex is 0.68, 0.28, 0.00, 0.33. Web safe color of #377baa is #336699. Color #377baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01111011 | 10101010 |
Octal | 67 | 173 | 252 |
Decimal | 55 | 123 | 170 |
Hex | 37 | 7B | AA |
Shades of #377baa
Tints of #377baa
RGB Percentages of Color #377baa
CMYK Percentages of Color #377baa
Complementary Color
#377baa | #aa6637 |
#377baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#377baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#377baa Color CSS Codes
.mybgcolor {background-color:#377baa; } .myforecolor {color:#377baa; } .mybordercolor {border:3px solid #377baa; }
#377baa Text Font Color
<p style="color:#377baa">Text here</p>
This sample text font color is #377baa
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.
#377baa Background Color
<div style="background-color:#377baa">
Div content here</div>
This div background color is #377baa
#377baa Border Color
<div style="border:3px solid #377baa">
Div here</div>
This div border color is #377baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,123,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #377baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #377baa; -webkit-box-shadow: 1px 1px 3px 2px #377baa; box-shadow: 1px 1px 3px 2px #377baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,123,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #377baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #377baa; -webkit-box-shadow: 1px 1px 3px 2px #377baa; box-shadow: 1px 1px 3px 2px #377baa;">
Div content here</div>
This div box has shadow with color #377baa
Comments
No comments written yet.
Please login to write comment.