Shades of Denim #2571CA
Tints of Denim #2571CA
RGB
CMYK
RGB Variations
Color information
#2571CA (or 0x2571CA) is known color: Denim. HEX triplet: 25, 71 and CA. RGB value is (37,113,202). Sum of RGB (Red+Green+Blue) = 37+113+202=352 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.51% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #2571CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2571CA is #DA8E35. Grayscale: #636363. Windows color (decimal): -14323254 or 13267237. OLE color: 13267237.
HSL color Cylindrical-coordinate representation of color #2571CA: hue angle of 212.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2571CA is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 113 | 202 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.21 |
| HSL | 212.36º | 0.69% | 0.47% | - |
| HSV(B) | 212.36º | 0.82% | 0.79% | - |
| XYZ | 17.33 | 16.47 | 58.14 | - |
| YUV | 100.42 | 185.32 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 202 | 0.82 | 0.44 | 0 | 0.21 | 212.36 | 0.69 | 0.47 |
| Hex | 25 | 71 | CA | 52 | 2C | 0 | 15 | D4 | 45 | 2F |
| Octal | 45 | 161 | 312 | 122 | 54 | 0 | 25 | 324 | 105 | 57 |
| Binary | 100101 | 1110001 | 11001010 | 1010010 | 101100 | 0 | 10101 | 11010100 | 1000101 | 101111 |
Color Harmonies of #2571CA
Complementary color
Monochromatic Colors of #2571CA
Black with #2571CA
Text Example
Text Example
White with #2571CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2571CA; }
p { color: rgb(37,113,202); }
H1.HeaderClassName
{
color: #2571CA;
}
.AnyTagClassName
{
color: #2571CA;
}
</style>
background-color css
<style>
a { background-color: #2571CA; }
a { background-color: rgb(37,113,202); }
div.DivClassName
{
background-color: #2571CA;
}
.BgClassName
{
background-color: #2571CA;
}
</style>
border-color css
<style>
span { border-color: #2571CA; }
span { border-color: rgb(37,113,202); }
td.TdClassName
{
border-color: #2571CA;
}
.TagClassName
{
border-color: #2571CA;
}
</style>