Color spaces of #377984
RGB | 55 | 121 | 132 |
---|---|---|---|
HSL | 0.52 | 0.41 | 0.37 |
HSV | 189° | 58° | 52° |
CMYK | 0.58 | 0.08 | 0.00 0.48 |
XYZ | 12.5778 | 16.1529 | 24.2847 |
Yxy | 16.1529 | 0.2372 | 0.3047 |
Hunter Lab | 40.1907 | -14.4715 | -7.6918 |
CIE-Lab | 47.1745 | -17.5080 | -12.3674 |
#377984 color RGB value is (55,121,132).
#377984 hex color red value is 55, green value is 121 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #377984 hue: 0.52 , saturation: 0.41 and the lightness value of 377984 is 0.37.
The process color (four color CMYK) of #377984 color hex is 0.58, 0.08, 0.00, 0.48. Web safe color of #377984 is #336699. Color #377984 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 01111001 | 10000100 |
Octal | 67 | 171 | 204 |
Decimal | 55 | 121 | 132 |
Hex | 37 | 79 | 84 |
Shades of #377984
Tints of #377984
RGB Percentages of Color #377984
CMYK Percentages of Color #377984
Complementary Color
#377984 | #844237 |
#377984 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#377984 Color Preview on White Background
Lorem ipsum dolor sit amet.
#377984 Color CSS Codes
.mybgcolor {background-color:#377984; } .myforecolor {color:#377984; } .mybordercolor {border:3px solid #377984; }
#377984 Text Font Color
<p style="color:#377984">Text here</p>
This sample text font color is #377984
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.
#377984 Background Color
<div style="background-color:#377984">
Div content here</div>
This div background color is #377984
#377984 Border Color
<div style="border:3px solid #377984">
Div here</div>
This div border color is #377984
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,121,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #377984; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #377984; -webkit-box-shadow: 1px 1px 3px 2px #377984; box-shadow: 1px 1px 3px 2px #377984; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,121,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #377984">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #377984; -webkit-box-shadow: 1px 1px 3px 2px #377984; box-shadow: 1px 1px 3px 2px #377984;">
Div content here</div>
This div box has shadow with color #377984
Comments
No comments written yet.
Please login to write comment.