Shades of Denim #2575CE
Tints of Denim #2575CE
RGB
CMYK
RGB Variations
Color information
#2575CE (or 0x2575CE) is known color: Denim. HEX triplet: 25, 75 and CE. RGB value is (37,117,206). Sum of RGB (Red+Green+Blue) = 37+117+206=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #2575CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575CE is #DA8A31. Grayscale: #666666. Windows color (decimal): -14322226 or 13530405. OLE color: 13530405.
HSL color Cylindrical-coordinate representation of color #2575CE: hue angle of 211.6º 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 #2575CE is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 117 | 206 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.19 |
| HSL | 211.6º | 0.7% | 0.48% | - |
| HSV(B) | 211.6º | 0.82% | 0.81% | - |
| XYZ | 18.26 | 17.57 | 60.82 | - |
| YUV | 103.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 206 | 0.82 | 0.43 | 0 | 0.19 | 211.6 | 0.7 | 0.48 |
| Hex | 25 | 75 | CE | 52 | 2B | 0 | 13 | D4 | 46 | 30 |
| Octal | 45 | 165 | 316 | 122 | 53 | 0 | 23 | 324 | 106 | 60 |
| Binary | 100101 | 1110101 | 11001110 | 1010010 | 101011 | 0 | 10011 | 11010100 | 1000110 | 110000 |
Color Harmonies of #2575CE
Complementary color
Monochromatic Colors of #2575CE
Black with #2575CE
Text Example
Text Example
White with #2575CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575CE; }
p { color: rgb(37,117,206); }
H1.HeaderClassName
{
color: #2575CE;
}
.AnyTagClassName
{
color: #2575CE;
}
</style>
background-color css
<style>
a { background-color: #2575CE; }
a { background-color: rgb(37,117,206); }
div.DivClassName
{
background-color: #2575CE;
}
.BgClassName
{
background-color: #2575CE;
}
</style>
border-color css
<style>
span { border-color: #2575CE; }
span { border-color: rgb(37,117,206); }
td.TdClassName
{
border-color: #2575CE;
}
.TagClassName
{
border-color: #2575CE;
}
</style>