Shades of Denim #2473CF
Tints of Denim #2473CF
RGB
CMYK
RGB Variations
Color information
#2473CF (or 0x2473CF) is known color: Denim. HEX triplet: 24, 73 and CF. RGB value is (36,115,207). Sum of RGB (Red+Green+Blue) = 36+115+207=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #2473CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2473CF is #DB8C30. Grayscale: #656565. Windows color (decimal): -14388273 or 13595428. OLE color: 13595428.
HSL color Cylindrical-coordinate representation of color #2473CF: hue angle of 212.28º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2473CF is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 115 | 207 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.19 |
| HSL | 212.28º | 0.7% | 0.48% | - |
| HSV(B) | 212.28º | 0.83% | 0.81% | - |
| XYZ | 18.12 | 17.14 | 61.39 | - |
| YUV | 101.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 207 | 0.83 | 0.44 | 0 | 0.19 | 212.28 | 0.7 | 0.48 |
| Hex | 24 | 73 | CF | 53 | 2C | 0 | 13 | D4 | 46 | 30 |
| Octal | 44 | 163 | 317 | 123 | 54 | 0 | 23 | 324 | 106 | 60 |
| Binary | 100100 | 1110011 | 11001111 | 1010011 | 101100 | 0 | 10011 | 11010100 | 1000110 | 110000 |
Color Harmonies of #2473CF
Complementary color
Monochromatic Colors of #2473CF
Black with #2473CF
Text Example
Text Example
White with #2473CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2473CF; }
p { color: rgb(36,115,207); }
H1.HeaderClassName
{
color: #2473CF;
}
.AnyTagClassName
{
color: #2473CF;
}
</style>
background-color css
<style>
a { background-color: #2473CF; }
a { background-color: rgb(36,115,207); }
div.DivClassName
{
background-color: #2473CF;
}
.BgClassName
{
background-color: #2473CF;
}
</style>
border-color css
<style>
span { border-color: #2473CF; }
span { border-color: rgb(36,115,207); }
td.TdClassName
{
border-color: #2473CF;
}
.TagClassName
{
border-color: #2473CF;
}
</style>