Shades of Denim #296DBD
Tints of Denim #296DBD
RGB
CMYK
RGB Variations
Color information
#296DBD (or 0x296DBD) is known color: Denim. HEX triplet: 29, 6D and BD. RGB value is (41,109,189). Sum of RGB (Red+Green+Blue) = 41+109+189=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #296DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DBD is #D69242. Grayscale: #616161. Windows color (decimal): -14062147 or 12414249. OLE color: 12414249.
HSL color Cylindrical-coordinate representation of color #296DBD: hue angle of 212.43º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296DBD is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 109 | 189 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.26 |
| HSL | 212.43º | 0.64% | 0.45% | - |
| HSV(B) | 212.43º | 0.78% | 0.74% | - |
| XYZ | 15.57 | 15.08 | 50.23 | - |
| YUV | 97.79 | 179.47 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 189 | 0.78 | 0.42 | 0 | 0.26 | 212.43 | 0.64 | 0.45 |
| Hex | 29 | 6D | BD | 4E | 2A | 0 | 1A | D4 | 40 | 2D |
| Octal | 51 | 155 | 275 | 116 | 52 | 0 | 32 | 324 | 100 | 55 |
| Binary | 101001 | 1101101 | 10111101 | 1001110 | 101010 | 0 | 11010 | 11010100 | 1000000 | 101101 |
Color Harmonies of #296DBD
Complementary color
Monochromatic Colors of #296DBD
Black with #296DBD
Text Example
Text Example
White with #296DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DBD; }
p { color: rgb(41,109,189); }
H1.HeaderClassName
{
color: #296DBD;
}
.AnyTagClassName
{
color: #296DBD;
}
</style>
background-color css
<style>
a { background-color: #296DBD; }
a { background-color: rgb(41,109,189); }
div.DivClassName
{
background-color: #296DBD;
}
.BgClassName
{
background-color: #296DBD;
}
</style>
border-color css
<style>
span { border-color: #296DBD; }
span { border-color: rgb(41,109,189); }
td.TdClassName
{
border-color: #296DBD;
}
.TagClassName
{
border-color: #296DBD;
}
</style>