Shades of Denim #2573CF
Tints of Denim #2573CF
RGB
CMYK
RGB Variations
Color information
#2573CF (or 0x2573CF) is known color: Denim. HEX triplet: 25, 73 and CF. RGB value is (37,115,207). Sum of RGB (Red+Green+Blue) = 37+115+207=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 207 (81.25% from 255 or 57.66% from 359); Max value from RGB is 207 - color contains mainly: blue. Hex color #2573CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2573CF is #DA8C30. Grayscale: #656565. Windows color (decimal): -14322737 or 13595429. OLE color: 13595429.
HSL color Cylindrical-coordinate representation of color #2573CF: hue angle of 212.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2573CF is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 115 | 207 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.19 |
| HSL | 212.47º | 0.7% | 0.48% | - |
| HSV(B) | 212.47º | 0.82% | 0.81% | - |
| XYZ | 18.16 | 17.16 | 61.39 | - |
| YUV | 102.17 | 187.16 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 207 | 0.82 | 0.44 | 0 | 0.19 | 212.47 | 0.7 | 0.48 |
| Hex | 25 | 73 | CF | 52 | 2C | 0 | 13 | D4 | 46 | 30 |
| Octal | 45 | 163 | 317 | 122 | 54 | 0 | 23 | 324 | 106 | 60 |
| Binary | 100101 | 1110011 | 11001111 | 1010010 | 101100 | 0 | 10011 | 11010100 | 1000110 | 110000 |
Color Harmonies of #2573CF
Complementary color
Monochromatic Colors of #2573CF
Black with #2573CF
Text Example
Text Example
White with #2573CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573CF; }
p { color: rgb(37,115,207); }
H1.HeaderClassName
{
color: #2573CF;
}
.AnyTagClassName
{
color: #2573CF;
}
</style>
background-color css
<style>
a { background-color: #2573CF; }
a { background-color: rgb(37,115,207); }
div.DivClassName
{
background-color: #2573CF;
}
.BgClassName
{
background-color: #2573CF;
}
</style>
border-color css
<style>
span { border-color: #2573CF; }
span { border-color: rgb(37,115,207); }
td.TdClassName
{
border-color: #2573CF;
}
.TagClassName
{
border-color: #2573CF;
}
</style>