Shades of Denim #296DC7
Tints of Denim #296DC7
RGB
CMYK
RGB Variations
Color information
#296DC7 (or 0x296DC7) is known color: Denim. HEX triplet: 29, 6D and C7. RGB value is (41,109,199). Sum of RGB (Red+Green+Blue) = 41+109+199=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 199 (78.12% from 255 or 57.02% from 349); Max value from RGB is 199 - color contains mainly: blue. Hex color #296DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DC7 is #D69238. Grayscale: #626262. Windows color (decimal): -14062137 or 13069609. OLE color: 13069609.
HSL color Cylindrical-coordinate representation of color #296DC7: hue angle of 214.18º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296DC7 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 109 | 199 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.22 |
| HSL | 214.18º | 0.66% | 0.47% | - |
| HSV(B) | 214.18º | 0.79% | 0.78% | - |
| XYZ | 16.69 | 15.53 | 56.15 | - |
| YUV | 98.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 199 | 0.79 | 0.45 | 0 | 0.22 | 214.18 | 0.66 | 0.47 |
| Hex | 29 | 6D | C7 | 4F | 2D | 0 | 16 | D6 | 42 | 2F |
| Octal | 51 | 155 | 307 | 117 | 55 | 0 | 26 | 326 | 102 | 57 |
| Binary | 101001 | 1101101 | 11000111 | 1001111 | 101101 | 0 | 10110 | 11010110 | 1000010 | 101111 |
Color Harmonies of #296DC7
Complementary color
Monochromatic Colors of #296DC7
Black with #296DC7
Text Example
Text Example
White with #296DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DC7; }
p { color: rgb(41,109,199); }
H1.HeaderClassName
{
color: #296DC7;
}
.AnyTagClassName
{
color: #296DC7;
}
</style>
background-color css
<style>
a { background-color: #296DC7; }
a { background-color: rgb(41,109,199); }
div.DivClassName
{
background-color: #296DC7;
}
.BgClassName
{
background-color: #296DC7;
}
</style>
border-color css
<style>
span { border-color: #296DC7; }
span { border-color: rgb(41,109,199); }
td.TdClassName
{
border-color: #296DC7;
}
.TagClassName
{
border-color: #296DC7;
}
</style>