Shades of Denim #2976CE
Tints of Denim #2976CE
RGB
CMYK
RGB Variations
Color information
#2976CE (or 0x2976CE) is known color: Denim. HEX triplet: 29, 76 and CE. RGB value is (41,118,206). Sum of RGB (Red+Green+Blue) = 41+118+206=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #2976CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2976CE is #D68931. Grayscale: #686868. Windows color (decimal): -14059826 or 13530665. OLE color: 13530665.
HSL color Cylindrical-coordinate representation of color #2976CE: hue angle of 212º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2976CE is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 118 | 206 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.19 |
| HSL | 212º | 0.67% | 0.48% | - |
| HSV(B) | 212º | 0.8% | 0.81% | - |
| XYZ | 18.53 | 17.88 | 60.87 | - |
| YUV | 105.01 | 184.99 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 206 | 0.80 | 0.43 | 0 | 0.19 | 212 | 0.67 | 0.48 |
| Hex | 29 | 76 | CE | 50 | 2B | 0 | 13 | D4 | 43 | 30 |
| Octal | 51 | 166 | 316 | 120 | 53 | 0 | 23 | 324 | 103 | 60 |
| Binary | 101001 | 1110110 | 11001110 | 1010000 | 101011 | 0 | 10011 | 11010100 | 1000011 | 110000 |
Color Harmonies of #2976CE
Complementary color
Monochromatic Colors of #2976CE
Black with #2976CE
Text Example
Text Example
White with #2976CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2976CE; }
p { color: rgb(41,118,206); }
H1.HeaderClassName
{
color: #2976CE;
}
.AnyTagClassName
{
color: #2976CE;
}
</style>
background-color css
<style>
a { background-color: #2976CE; }
a { background-color: rgb(41,118,206); }
div.DivClassName
{
background-color: #2976CE;
}
.BgClassName
{
background-color: #2976CE;
}
</style>
border-color css
<style>
span { border-color: #2976CE; }
span { border-color: rgb(41,118,206); }
td.TdClassName
{
border-color: #2976CE;
}
.TagClassName
{
border-color: #2976CE;
}
</style>