Shades of Denim #2973CE
Tints of Denim #2973CE
RGB
CMYK
RGB Variations
Color information
#2973CE (or 0x2973CE) is known color: Denim. HEX triplet: 29, 73 and CE. RGB value is (41,115,206). Sum of RGB (Red+Green+Blue) = 41+115+206=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #2973CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973CE is #D68C31. Grayscale: #666666. Windows color (decimal): -14060594 or 13529897. OLE color: 13529897.
HSL color Cylindrical-coordinate representation of color #2973CE: hue angle of 213.09º 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 #2973CE is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 115 | 206 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.19 |
| HSL | 213.09º | 0.67% | 0.48% | - |
| HSV(B) | 213.09º | 0.8% | 0.81% | - |
| XYZ | 18.19 | 17.19 | 60.75 | - |
| YUV | 103.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 206 | 0.80 | 0.44 | 0 | 0.19 | 213.09 | 0.67 | 0.48 |
| Hex | 29 | 73 | CE | 50 | 2C | 0 | 13 | D5 | 43 | 30 |
| Octal | 51 | 163 | 316 | 120 | 54 | 0 | 23 | 325 | 103 | 60 |
| Binary | 101001 | 1110011 | 11001110 | 1010000 | 101100 | 0 | 10011 | 11010101 | 1000011 | 110000 |
Color Harmonies of #2973CE
Complementary color
Monochromatic Colors of #2973CE
Black with #2973CE
Text Example
Text Example
White with #2973CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973CE; }
p { color: rgb(41,115,206); }
H1.HeaderClassName
{
color: #2973CE;
}
.AnyTagClassName
{
color: #2973CE;
}
</style>
background-color css
<style>
a { background-color: #2973CE; }
a { background-color: rgb(41,115,206); }
div.DivClassName
{
background-color: #2973CE;
}
.BgClassName
{
background-color: #2973CE;
}
</style>
border-color css
<style>
span { border-color: #2973CE; }
span { border-color: rgb(41,115,206); }
td.TdClassName
{
border-color: #2973CE;
}
.TagClassName
{
border-color: #2973CE;
}
</style>