Color spaces of #377279
RGB | 55 | 114 | 121 |
---|---|---|---|
HSL | 0.52 | 0.38 | 0.35 |
HSV | 186° | 55° | 47° |
CMYK | 0.55 | 0.06 | 0.00 0.53 |
XYZ | 11.0441 | 14.2273 | 20.2532 |
Yxy | 14.2273 | 0.2426 | 0.3125 |
Hunter Lab | 37.7191 | -13.7439 | -5.4323 |
CIE-Lab | 44.5572 | -17.0349 | -9.7583 |
#377279 color RGB value is (55,114,121).
#377279 hex color red value is 55, green value is 114 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #377279 hue: 0.52 , saturation: 0.38 and the lightness value of 377279 is 0.35.
The process color (four color CMYK) of #377279 color hex is 0.55, 0.06, 0.00, 0.53. Web safe color of #377279 is #336666. Color #377279 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01110010 | 01111001 |
Octal | 67 | 162 | 171 |
Decimal | 55 | 114 | 121 |
Hex | 37 | 72 | 79 |
Shades of #377279
Tints of #377279
RGB Percentages of Color #377279
CMYK Percentages of Color #377279
Complementary Color
#377279 | #793e37 |
#377279 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#377279 Color Preview on White Background
Lorem ipsum dolor sit amet.
#377279 Color CSS Codes
.mybgcolor {background-color:#377279; } .myforecolor {color:#377279; } .mybordercolor {border:3px solid #377279; }
#377279 Text Font Color
<p style="color:#377279">Text here</p>
This sample text font color is #377279
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.
#377279 Background Color
<div style="background-color:#377279">
Div content here</div>
This div background color is #377279
#377279 Border Color
<div style="border:3px solid #377279">
Div here</div>
This div border color is #377279
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,114,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #377279; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #377279; -webkit-box-shadow: 1px 1px 3px 2px #377279; box-shadow: 1px 1px 3px 2px #377279; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,114,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #377279">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #377279; -webkit-box-shadow: 1px 1px 3px 2px #377279; box-shadow: 1px 1px 3px 2px #377279;">
Div content here</div>
This div box has shadow with color #377279
Comments
No comments written yet.
Please login to write comment.