Shades of Denim #2573CD
Tints of Denim #2573CD
RGB
CMYK
RGB Variations
Color information
#2573CD (or 0x2573CD) is known color: Denim. HEX triplet: 25, 73 and CD. RGB value is (37,115,205). Sum of RGB (Red+Green+Blue) = 37+115+205=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #2573CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2573CD is #DA8C32. Grayscale: #656565. Windows color (decimal): -14322739 or 13464357. OLE color: 13464357.
HSL color Cylindrical-coordinate representation of color #2573CD: hue angle of 212.14º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2573CD is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 115 | 205 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.20 |
| HSL | 212.14º | 0.69% | 0.47% | - |
| HSV(B) | 212.14º | 0.82% | 0.8% | - |
| XYZ | 17.91 | 17.06 | 60.11 | - |
| YUV | 101.94 | 186.16 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 205 | 0.82 | 0.44 | 0 | 0.20 | 212.14 | 0.69 | 0.47 |
| Hex | 25 | 73 | CD | 52 | 2C | 0 | 14 | D4 | 45 | 2F |
| Octal | 45 | 163 | 315 | 122 | 54 | 0 | 24 | 324 | 105 | 57 |
| Binary | 100101 | 1110011 | 11001101 | 1010010 | 101100 | 0 | 10100 | 11010100 | 1000101 | 101111 |
Color Harmonies of #2573CD
Complementary color
Monochromatic Colors of #2573CD
Black with #2573CD
Text Example
Text Example
White with #2573CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573CD; }
p { color: rgb(37,115,205); }
H1.HeaderClassName
{
color: #2573CD;
}
.AnyTagClassName
{
color: #2573CD;
}
</style>
background-color css
<style>
a { background-color: #2573CD; }
a { background-color: rgb(37,115,205); }
div.DivClassName
{
background-color: #2573CD;
}
.BgClassName
{
background-color: #2573CD;
}
</style>
border-color css
<style>
span { border-color: #2573CD; }
span { border-color: rgb(37,115,205); }
td.TdClassName
{
border-color: #2573CD;
}
.TagClassName
{
border-color: #2573CD;
}
</style>