Shades of Denim #296BB6
Tints of Denim #296BB6
RGB
CMYK
RGB Variations
Color information
#296BB6 (or 0x296BB6) is known color: Denim. HEX triplet: 29, 6B and B6. RGB value is (41,107,182). Sum of RGB (Red+Green+Blue) = 41+107+182=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #296BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BB6 is #D69449. Grayscale: #5F5F5F. Windows color (decimal): -14062666 or 11954985. OLE color: 11954985.
HSL color Cylindrical-coordinate representation of color #296BB6: hue angle of 211.91º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296BB6 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 107 | 182 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.29 |
| HSL | 211.91º | 0.63% | 0.44% | - |
| HSV(B) | 211.91º | 0.77% | 0.71% | - |
| XYZ | 14.62 | 14.36 | 46.26 | - |
| YUV | 95.82 | 176.63 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 182 | 0.77 | 0.41 | 0 | 0.29 | 211.91 | 0.63 | 0.44 |
| Hex | 29 | 6B | B6 | 4D | 29 | 0 | 1D | D4 | 3F | 2C |
| Octal | 51 | 153 | 266 | 115 | 51 | 0 | 35 | 324 | 77 | 54 |
| Binary | 101001 | 1101011 | 10110110 | 1001101 | 101001 | 0 | 11101 | 11010100 | 111111 | 101100 |
Color Harmonies of #296BB6
Complementary color
Monochromatic Colors of #296BB6
Black with #296BB6
Text Example
Text Example
White with #296BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BB6; }
p { color: rgb(41,107,182); }
H1.HeaderClassName
{
color: #296BB6;
}
.AnyTagClassName
{
color: #296BB6;
}
</style>
background-color css
<style>
a { background-color: #296BB6; }
a { background-color: rgb(41,107,182); }
div.DivClassName
{
background-color: #296BB6;
}
.BgClassName
{
background-color: #296BB6;
}
</style>
border-color css
<style>
span { border-color: #296BB6; }
span { border-color: rgb(41,107,182); }
td.TdClassName
{
border-color: #296BB6;
}
.TagClassName
{
border-color: #296BB6;
}
</style>