Shades of Denim #296DBC
Tints of Denim #296DBC
RGB
CMYK
RGB Variations
Color information
#296DBC (or 0x296DBC) is known color: Denim. HEX triplet: 29, 6D and BC. RGB value is (41,109,188). Sum of RGB (Red+Green+Blue) = 41+109+188=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #296DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DBC is #D69243. Grayscale: #616161. Windows color (decimal): -14062148 or 12348713. OLE color: 12348713.
HSL color Cylindrical-coordinate representation of color #296DBC: hue angle of 212.24º 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 #296DBC is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 109 | 188 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.26 |
| HSL | 212.24º | 0.64% | 0.45% | - |
| HSV(B) | 212.24º | 0.78% | 0.74% | - |
| XYZ | 15.46 | 15.04 | 49.67 | - |
| YUV | 97.67 | 178.97 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 188 | 0.78 | 0.42 | 0 | 0.26 | 212.24 | 0.64 | 0.45 |
| Hex | 29 | 6D | BC | 4E | 2A | 0 | 1A | D4 | 40 | 2D |
| Octal | 51 | 155 | 274 | 116 | 52 | 0 | 32 | 324 | 100 | 55 |
| Binary | 101001 | 1101101 | 10111100 | 1001110 | 101010 | 0 | 11010 | 11010100 | 1000000 | 101101 |
Color Harmonies of #296DBC
Complementary color
Monochromatic Colors of #296DBC
Black with #296DBC
Text Example
Text Example
White with #296DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DBC; }
p { color: rgb(41,109,188); }
H1.HeaderClassName
{
color: #296DBC;
}
.AnyTagClassName
{
color: #296DBC;
}
</style>
background-color css
<style>
a { background-color: #296DBC; }
a { background-color: rgb(41,109,188); }
div.DivClassName
{
background-color: #296DBC;
}
.BgClassName
{
background-color: #296DBC;
}
</style>
border-color css
<style>
span { border-color: #296DBC; }
span { border-color: rgb(41,109,188); }
td.TdClassName
{
border-color: #296DBC;
}
.TagClassName
{
border-color: #296DBC;
}
</style>