Shades of Denim #296FBE
Tints of Denim #296FBE
RGB
CMYK
RGB Variations
Color information
#296FBE (or 0x296FBE) is known color: Denim. HEX triplet: 29, 6F and BE. RGB value is (41,111,190). Sum of RGB (Red+Green+Blue) = 41+111+190=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #296FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FBE is #D69041. Grayscale: #626262. Windows color (decimal): -14061634 or 12480297. OLE color: 12480297.
HSL color Cylindrical-coordinate representation of color #296FBE: hue angle of 211.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296FBE is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 111 | 190 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.25 |
| HSL | 211.81º | 0.65% | 0.45% | - |
| HSV(B) | 211.81º | 0.78% | 0.75% | - |
| XYZ | 15.89 | 15.56 | 50.88 | - |
| YUV | 99.08 | 179.31 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 190 | 0.78 | 0.42 | 0 | 0.25 | 211.81 | 0.65 | 0.45 |
| Hex | 29 | 6F | BE | 4E | 2A | 0 | 19 | D4 | 41 | 2D |
| Octal | 51 | 157 | 276 | 116 | 52 | 0 | 31 | 324 | 101 | 55 |
| Binary | 101001 | 1101111 | 10111110 | 1001110 | 101010 | 0 | 11001 | 11010100 | 1000001 | 101101 |
Color Harmonies of #296FBE
Complementary color
Monochromatic Colors of #296FBE
Black with #296FBE
Text Example
Text Example
White with #296FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FBE; }
p { color: rgb(41,111,190); }
H1.HeaderClassName
{
color: #296FBE;
}
.AnyTagClassName
{
color: #296FBE;
}
</style>
background-color css
<style>
a { background-color: #296FBE; }
a { background-color: rgb(41,111,190); }
div.DivClassName
{
background-color: #296FBE;
}
.BgClassName
{
background-color: #296FBE;
}
</style>
border-color css
<style>
span { border-color: #296FBE; }
span { border-color: rgb(41,111,190); }
td.TdClassName
{
border-color: #296FBE;
}
.TagClassName
{
border-color: #296FBE;
}
</style>