Shades of Denim #296EC9
Tints of Denim #296EC9
RGB
CMYK
RGB Variations
Color information
#296EC9 (or 0x296EC9) is known color: Denim. HEX triplet: 29, 6E and C9. RGB value is (41,110,201). Sum of RGB (Red+Green+Blue) = 41+110+201=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #296EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EC9 is #D69136. Grayscale: #636363. Windows color (decimal): -14061879 or 13200937. OLE color: 13200937.
HSL color Cylindrical-coordinate representation of color #296EC9: hue angle of 214.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296EC9 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 110 | 201 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.21 |
| HSL | 214.13º | 0.66% | 0.47% | - |
| HSV(B) | 214.13º | 0.8% | 0.79% | - |
| XYZ | 17.03 | 15.84 | 57.42 | - |
| YUV | 99.74 | 185.14 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 201 | 0.80 | 0.45 | 0 | 0.21 | 214.13 | 0.66 | 0.47 |
| Hex | 29 | 6E | C9 | 50 | 2D | 0 | 15 | D6 | 42 | 2F |
| Octal | 51 | 156 | 311 | 120 | 55 | 0 | 25 | 326 | 102 | 57 |
| Binary | 101001 | 1101110 | 11001001 | 1010000 | 101101 | 0 | 10101 | 11010110 | 1000010 | 101111 |
Color Harmonies of #296EC9
Complementary color
Monochromatic Colors of #296EC9
Black with #296EC9
Text Example
Text Example
White with #296EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296EC9; }
p { color: rgb(41,110,201); }
H1.HeaderClassName
{
color: #296EC9;
}
.AnyTagClassName
{
color: #296EC9;
}
</style>
background-color css
<style>
a { background-color: #296EC9; }
a { background-color: rgb(41,110,201); }
div.DivClassName
{
background-color: #296EC9;
}
.BgClassName
{
background-color: #296EC9;
}
</style>
border-color css
<style>
span { border-color: #296EC9; }
span { border-color: rgb(41,110,201); }
td.TdClassName
{
border-color: #296EC9;
}
.TagClassName
{
border-color: #296EC9;
}
</style>