Shades of Denim #296DBB
Tints of Denim #296DBB
RGB
CMYK
RGB Variations
Color information
#296DBB (or 0x296DBB) is known color: Denim. HEX triplet: 29, 6D and BB. RGB value is (41,109,187). Sum of RGB (Red+Green+Blue) = 41+109+187=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #296DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DBB is #D69244. Grayscale: #616161. Windows color (decimal): -14062149 or 12283177. OLE color: 12283177.
HSL color Cylindrical-coordinate representation of color #296DBB: hue angle of 212.05º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296DBB is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 109 | 187 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.27 |
| HSL | 212.05º | 0.64% | 0.45% | - |
| HSV(B) | 212.05º | 0.78% | 0.73% | - |
| XYZ | 15.35 | 15 | 49.1 | - |
| YUV | 97.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 187 | 0.78 | 0.42 | 0 | 0.27 | 212.05 | 0.64 | 0.45 |
| Hex | 29 | 6D | BB | 4E | 2A | 0 | 1B | D4 | 40 | 2D |
| Octal | 51 | 155 | 273 | 116 | 52 | 0 | 33 | 324 | 100 | 55 |
| Binary | 101001 | 1101101 | 10111011 | 1001110 | 101010 | 0 | 11011 | 11010100 | 1000000 | 101101 |
Color Harmonies of #296DBB
Complementary color
Monochromatic Colors of #296DBB
Black with #296DBB
Text Example
Text Example
White with #296DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DBB; }
p { color: rgb(41,109,187); }
H1.HeaderClassName
{
color: #296DBB;
}
.AnyTagClassName
{
color: #296DBB;
}
</style>
background-color css
<style>
a { background-color: #296DBB; }
a { background-color: rgb(41,109,187); }
div.DivClassName
{
background-color: #296DBB;
}
.BgClassName
{
background-color: #296DBB;
}
</style>
border-color css
<style>
span { border-color: #296DBB; }
span { border-color: rgb(41,109,187); }
td.TdClassName
{
border-color: #296DBB;
}
.TagClassName
{
border-color: #296DBB;
}
</style>