Hex | 266969 |
RGB | 38 , 105 , 105 |
RGB % | 15.3, 42.3, 42.3 |
HSL | 180, 46.9, 28 |
HSV | 180, 63.8, 41.2 |
CMYK | 162.7,0,0,150 |
XYZ | 0.084, 0.115, 0.151 |
xyY | 0.239, 0.329, 0.115 |
CIE-LAB | 0.405, -0.207, -0.063 |
CIE-LUV | 0.405, -0.262, -0.056 |
CIE-HCL | 196.873, 0.216, 0.405 |
Binary | 00100110,01101001,01101001 |
#266969 HTML/CSS Color Name is Blumine / Pantone 5473 C / Blue.
In a RGB color space, #266969 color RGB value is (Red:38,Green:105,Blue:105). it is composed of 15.3% red, 42.3% green and 42.3% blue. The process color (four color CMYK) of #266969 color hex is 162.7,0,0,150. HSL of color #266969 hue: 180 , saturation: 46.9 and the lightness value of 266969 is 28. Mainly color is Blue. Reverse color is: #d99696.
The color codes conversion takes 1.981883 milliseconds.
.bgcolor {background-color:#266969; .textcolor {color:#266969; } .bordercolor {border:3px solid #266969; }
<p style="color:#266969">Text here</p>
<p style="background-color:#266969;">Content here</p>
<div style="border:1px solid #266969;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #266969; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #266969; -webkit-box-shadow: 1px 1px 3px 2px #266969; box-shadow: 1px 1px 3px 2px #266969; }
<p style="text-shadow: 4px 4px 2px #266969">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #266969; -webkit-box-shadow: 1px 1px 3px 2px #266969; box-shadow: 1px 1px 3px 2px #266969;">
Content here</div>