Shades of Denim #2973CC
Tints of Denim #2973CC
RGB
CMYK
RGB Variations
Color information
#2973CC (or 0x2973CC) is known color: Denim. HEX triplet: 29, 73 and CC. RGB value is (41,115,204). Sum of RGB (Red+Green+Blue) = 41+115+204=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #2973CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973CC is #D68C33. Grayscale: #666666. Windows color (decimal): -14060596 or 13398825. OLE color: 13398825.
HSL color Cylindrical-coordinate representation of color #2973CC: hue angle of 212.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2973CC is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 115 | 204 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.2 |
| HSL | 212.76º | 0.67% | 0.48% | - |
| HSV(B) | 212.76º | 0.8% | 0.8% | - |
| XYZ | 17.94 | 17.09 | 59.48 | - |
| YUV | 103.02 | 184.98 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 204 | 0.80 | 0.44 | 0 | 0.2 | 212.76 | 0.67 | 0.48 |
| Hex | 29 | 73 | CC | 50 | 2C | 0 | 14 | D5 | 43 | 30 |
| Octal | 51 | 163 | 314 | 120 | 54 | 0 | 24 | 325 | 103 | 60 |
| Binary | 101001 | 1110011 | 11001100 | 1010000 | 101100 | 0 | 10100 | 11010101 | 1000011 | 110000 |
Color Harmonies of #2973CC
Complementary color
Monochromatic Colors of #2973CC
Black with #2973CC
Text Example
Text Example
White with #2973CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973CC; }
p { color: rgb(41,115,204); }
H1.HeaderClassName
{
color: #2973CC;
}
.AnyTagClassName
{
color: #2973CC;
}
</style>
background-color css
<style>
a { background-color: #2973CC; }
a { background-color: rgb(41,115,204); }
div.DivClassName
{
background-color: #2973CC;
}
.BgClassName
{
background-color: #2973CC;
}
</style>
border-color css
<style>
span { border-color: #2973CC; }
span { border-color: rgb(41,115,204); }
td.TdClassName
{
border-color: #2973CC;
}
.TagClassName
{
border-color: #2973CC;
}
</style>