Shades of Denim #296EBB
Tints of Denim #296EBB
RGB
CMYK
RGB Variations
Color information
#296EBB (or 0x296EBB) is known color: Denim. HEX triplet: 29, 6E and BB. RGB value is (41,110,187). Sum of RGB (Red+Green+Blue) = 41+110+187=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #296EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EBB is #D69144. Grayscale: #616161. Windows color (decimal): -14061893 or 12283433. OLE color: 12283433.
HSL color Cylindrical-coordinate representation of color #296EBB: hue angle of 211.64º 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 #296EBB is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 110 | 187 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.27 |
| HSL | 211.64º | 0.64% | 0.45% | - |
| HSV(B) | 211.64º | 0.78% | 0.73% | - |
| XYZ | 15.46 | 15.21 | 49.13 | - |
| YUV | 98.15 | 178.14 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 187 | 0.78 | 0.41 | 0 | 0.27 | 211.64 | 0.64 | 0.45 |
| Hex | 29 | 6E | BB | 4E | 29 | 0 | 1B | D4 | 40 | 2D |
| Octal | 51 | 156 | 273 | 116 | 51 | 0 | 33 | 324 | 100 | 55 |
| Binary | 101001 | 1101110 | 10111011 | 1001110 | 101001 | 0 | 11011 | 11010100 | 1000000 | 101101 |
Color Harmonies of #296EBB
Complementary color
Monochromatic Colors of #296EBB
Black with #296EBB
Text Example
Text Example
White with #296EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296EBB; }
p { color: rgb(41,110,187); }
H1.HeaderClassName
{
color: #296EBB;
}
.AnyTagClassName
{
color: #296EBB;
}
</style>
background-color css
<style>
a { background-color: #296EBB; }
a { background-color: rgb(41,110,187); }
div.DivClassName
{
background-color: #296EBB;
}
.BgClassName
{
background-color: #296EBB;
}
</style>
border-color css
<style>
span { border-color: #296EBB; }
span { border-color: rgb(41,110,187); }
td.TdClassName
{
border-color: #296EBB;
}
.TagClassName
{
border-color: #296EBB;
}
</style>