Shades of Denim #296ECC
Tints of Denim #296ECC
RGB
CMYK
RGB Variations
Color information
#296ECC (or 0x296ECC) is known color: Denim. HEX triplet: 29, 6E and CC. RGB value is (41,110,204). Sum of RGB (Red+Green+Blue) = 41+110+204=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #296ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ECC is #D69133. Grayscale: #636363. Windows color (decimal): -14061876 or 13397545. OLE color: 13397545.
HSL color Cylindrical-coordinate representation of color #296ECC: hue angle of 214.6º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296ECC is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 110 | 204 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.2 |
| HSL | 214.6º | 0.67% | 0.48% | - |
| HSV(B) | 214.6º | 0.8% | 0.8% | - |
| XYZ | 17.39 | 15.98 | 59.3 | - |
| YUV | 100.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 204 | 0.80 | 0.46 | 0 | 0.2 | 214.6 | 0.67 | 0.48 |
| Hex | 29 | 6E | CC | 50 | 2E | 0 | 14 | D7 | 43 | 30 |
| Octal | 51 | 156 | 314 | 120 | 56 | 0 | 24 | 327 | 103 | 60 |
| Binary | 101001 | 1101110 | 11001100 | 1010000 | 101110 | 0 | 10100 | 11010111 | 1000011 | 110000 |
Color Harmonies of #296ECC
Complementary color
Monochromatic Colors of #296ECC
Black with #296ECC
Text Example
Text Example
White with #296ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296ECC; }
p { color: rgb(41,110,204); }
H1.HeaderClassName
{
color: #296ECC;
}
.AnyTagClassName
{
color: #296ECC;
}
</style>
background-color css
<style>
a { background-color: #296ECC; }
a { background-color: rgb(41,110,204); }
div.DivClassName
{
background-color: #296ECC;
}
.BgClassName
{
background-color: #296ECC;
}
</style>
border-color css
<style>
span { border-color: #296ECC; }
span { border-color: rgb(41,110,204); }
td.TdClassName
{
border-color: #296ECC;
}
.TagClassName
{
border-color: #296ECC;
}
</style>