Shades of Denim #296FCC
Tints of Denim #296FCC
RGB
CMYK
RGB Variations
Color information
#296FCC (or 0x296FCC) is known color: Denim. HEX triplet: 29, 6F and CC. RGB value is (41,111,204). Sum of RGB (Red+Green+Blue) = 41+111+204=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #296FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FCC is #D69033. Grayscale: #646464. Windows color (decimal): -14061620 or 13397801. OLE color: 13397801.
HSL color Cylindrical-coordinate representation of color #296FCC: hue angle of 214.23º 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 #296FCC is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 111 | 204 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.2 |
| HSL | 214.23º | 0.67% | 0.48% | - |
| HSV(B) | 214.23º | 0.8% | 0.8% | - |
| XYZ | 17.5 | 16.2 | 59.33 | - |
| YUV | 100.67 | 186.31 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 204 | 0.80 | 0.46 | 0 | 0.2 | 214.23 | 0.67 | 0.48 |
| Hex | 29 | 6F | CC | 50 | 2E | 0 | 14 | D6 | 43 | 30 |
| Octal | 51 | 157 | 314 | 120 | 56 | 0 | 24 | 326 | 103 | 60 |
| Binary | 101001 | 1101111 | 11001100 | 1010000 | 101110 | 0 | 10100 | 11010110 | 1000011 | 110000 |
Color Harmonies of #296FCC
Complementary color
Monochromatic Colors of #296FCC
Black with #296FCC
Text Example
Text Example
White with #296FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FCC; }
p { color: rgb(41,111,204); }
H1.HeaderClassName
{
color: #296FCC;
}
.AnyTagClassName
{
color: #296FCC;
}
</style>
background-color css
<style>
a { background-color: #296FCC; }
a { background-color: rgb(41,111,204); }
div.DivClassName
{
background-color: #296FCC;
}
.BgClassName
{
background-color: #296FCC;
}
</style>
border-color css
<style>
span { border-color: #296FCC; }
span { border-color: rgb(41,111,204); }
td.TdClassName
{
border-color: #296FCC;
}
.TagClassName
{
border-color: #296FCC;
}
</style>