Hex | 2c3078 |
RGB | 44 , 48 , 120 |
RGB % | 20.8, 22.6, 56.6 |
HSL | 236.8, 46.3, 32.2 |
HSV | 236.8, 63.3, 47.1 |
CMYK | 161.5,153,0,135 |
XYZ | 0.055, 0.04, 0.182 |
xyY | 0.198, 0.144, 0.04 |
CIE-LAB | 0.237, 0.221, -0.418 |
CIE-LUV | 0.237, -0.048, -0.52 |
CIE-HCL | 297.891, 0.473, 0.237 |
Binary | 00101100,00110000,01111000 |
#2c3078 HTML/CSS Color Name is Torea Bay / Saint Patrick Blue / Blue.
In a RGB color space, #2c3078 color RGB value is (Red:44,Green:48,Blue:120). it is composed of 20.8% red, 22.6% green and 56.6% blue. The process color (four color CMYK) of #2c3078 color hex is 161.5,153,0,135. HSL of color #2c3078 hue: 236.8 , saturation: 46.3 and the lightness value of 2c3078 is 32.2. Mainly color is Blue. Reverse color is: #d3cf87.
The color codes conversion takes 1.993562 milliseconds.
.bgcolor {background-color:#2c3078; .textcolor {color:#2c3078; } .bordercolor {border:3px solid #2c3078; }
<p style="color:#2c3078">Text here</p>
<p style="background-color:#2c3078;">Content here</p>
<div style="border:1px solid #2c3078;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #2c3078; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2c3078; -webkit-box-shadow: 1px 1px 3px 2px #2c3078; box-shadow: 1px 1px 3px 2px #2c3078; }
<p style="text-shadow: 4px 4px 2px #2c3078">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #2c3078; -webkit-box-shadow: 1px 1px 3px 2px #2c3078; box-shadow: 1px 1px 3px 2px #2c3078;">
Content here</div>