Shades of Denim #296DBF
Tints of Denim #296DBF
RGB
CMYK
RGB Variations
Color information
#296DBF (or 0x296DBF) is known color: Denim. HEX triplet: 29, 6D and BF. RGB value is (41,109,191). Sum of RGB (Red+Green+Blue) = 41+109+191=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #296DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DBF is #D69240. Grayscale: #616161. Windows color (decimal): -14062145 or 12545321. OLE color: 12545321.
HSL color Cylindrical-coordinate representation of color #296DBF: hue angle of 212.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296DBF is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 109 | 191 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.25 |
| HSL | 212.8º | 0.65% | 0.45% | - |
| HSV(B) | 212.8º | 0.79% | 0.75% | - |
| XYZ | 15.79 | 15.17 | 51.39 | - |
| YUV | 98.02 | 180.47 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 191 | 0.79 | 0.43 | 0 | 0.25 | 212.8 | 0.65 | 0.45 |
| Hex | 29 | 6D | BF | 4F | 2B | 0 | 19 | D5 | 41 | 2D |
| Octal | 51 | 155 | 277 | 117 | 53 | 0 | 31 | 325 | 101 | 55 |
| Binary | 101001 | 1101101 | 10111111 | 1001111 | 101011 | 0 | 11001 | 11010101 | 1000001 | 101101 |
Color Harmonies of #296DBF
Complementary color
Monochromatic Colors of #296DBF
Black with #296DBF
Text Example
Text Example
White with #296DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DBF; }
p { color: rgb(41,109,191); }
H1.HeaderClassName
{
color: #296DBF;
}
.AnyTagClassName
{
color: #296DBF;
}
</style>
background-color css
<style>
a { background-color: #296DBF; }
a { background-color: rgb(41,109,191); }
div.DivClassName
{
background-color: #296DBF;
}
.BgClassName
{
background-color: #296DBF;
}
</style>
border-color css
<style>
span { border-color: #296DBF; }
span { border-color: rgb(41,109,191); }
td.TdClassName
{
border-color: #296DBF;
}
.TagClassName
{
border-color: #296DBF;
}
</style>