Shades of Denim #296BCE
Tints of Denim #296BCE
RGB
CMYK
RGB Variations
Color information
#296BCE (or 0x296BCE) is known color: Denim. HEX triplet: 29, 6B and CE. RGB value is (41,107,206). Sum of RGB (Red+Green+Blue) = 41+107+206=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #296BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BCE is #D69431. Grayscale: #626262. Windows color (decimal): -14062642 or 13527849. OLE color: 13527849.
HSL color Cylindrical-coordinate representation of color #296BCE: hue angle of 216º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296BCE is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 107 | 206 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.19 |
| HSL | 216º | 0.67% | 0.48% | - |
| HSV(B) | 216º | 0.8% | 0.81% | - |
| XYZ | 17.31 | 15.44 | 60.46 | - |
| YUV | 98.55 | 188.63 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 206 | 0.80 | 0.48 | 0 | 0.19 | 216 | 0.67 | 0.48 |
| Hex | 29 | 6B | CE | 50 | 30 | 0 | 13 | D8 | 43 | 30 |
| Octal | 51 | 153 | 316 | 120 | 60 | 0 | 23 | 330 | 103 | 60 |
| Binary | 101001 | 1101011 | 11001110 | 1010000 | 110000 | 0 | 10011 | 11011000 | 1000011 | 110000 |
Color Harmonies of #296BCE
Complementary color
Monochromatic Colors of #296BCE
Black with #296BCE
Text Example
Text Example
White with #296BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BCE; }
p { color: rgb(41,107,206); }
H1.HeaderClassName
{
color: #296BCE;
}
.AnyTagClassName
{
color: #296BCE;
}
</style>
background-color css
<style>
a { background-color: #296BCE; }
a { background-color: rgb(41,107,206); }
div.DivClassName
{
background-color: #296BCE;
}
.BgClassName
{
background-color: #296BCE;
}
</style>
border-color css
<style>
span { border-color: #296BCE; }
span { border-color: rgb(41,107,206); }
td.TdClassName
{
border-color: #296BCE;
}
.TagClassName
{
border-color: #296BCE;
}
</style>