Shades of Denim #296AC2
Tints of Denim #296AC2
RGB
CMYK
RGB Variations
Color information
#296AC2 (or 0x296AC2) is known color: Denim. HEX triplet: 29, 6A and C2. RGB value is (41,106,194). Sum of RGB (Red+Green+Blue) = 41+106+194=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 106 (41.80% from 255 or 31.09% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #296AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AC2 is #D6953D. Grayscale: #606060. Windows color (decimal): -14062910 or 12741161. OLE color: 12741161.
HSL color Cylindrical-coordinate representation of color #296AC2: hue angle of 214.51º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296AC2 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 106 | 194 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.24 |
| HSL | 214.51º | 0.65% | 0.46% | - |
| HSV(B) | 214.51º | 0.79% | 0.76% | - |
| XYZ | 15.81 | 14.67 | 53.04 | - |
| YUV | 96.6 | 182.97 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 194 | 0.79 | 0.45 | 0 | 0.24 | 214.51 | 0.65 | 0.46 |
| Hex | 29 | 6A | C2 | 4F | 2D | 0 | 18 | D7 | 41 | 2E |
| Octal | 51 | 152 | 302 | 117 | 55 | 0 | 30 | 327 | 101 | 56 |
| Binary | 101001 | 1101010 | 11000010 | 1001111 | 101101 | 0 | 11000 | 11010111 | 1000001 | 101110 |
Color Harmonies of #296AC2
Complementary color
Monochromatic Colors of #296AC2
Black with #296AC2
Text Example
Text Example
White with #296AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296AC2; }
p { color: rgb(41,106,194); }
H1.HeaderClassName
{
color: #296AC2;
}
.AnyTagClassName
{
color: #296AC2;
}
</style>
background-color css
<style>
a { background-color: #296AC2; }
a { background-color: rgb(41,106,194); }
div.DivClassName
{
background-color: #296AC2;
}
.BgClassName
{
background-color: #296AC2;
}
</style>
border-color css
<style>
span { border-color: #296AC2; }
span { border-color: rgb(41,106,194); }
td.TdClassName
{
border-color: #296AC2;
}
.TagClassName
{
border-color: #296AC2;
}
</style>