Shades of Denim #2574CE
Tints of Denim #2574CE
RGB
CMYK
RGB Variations
Color information
#2574CE (or 0x2574CE) is known color: Denim. HEX triplet: 25, 74 and CE. RGB value is (37,116,206). Sum of RGB (Red+Green+Blue) = 37+116+206=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #2574CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2574CE is #DA8B31. Grayscale: #666666. Windows color (decimal): -14322482 or 13530149. OLE color: 13530149.
HSL color Cylindrical-coordinate representation of color #2574CE: hue angle of 211.95º 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 #2574CE is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 116 | 206 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.19 |
| HSL | 211.95º | 0.7% | 0.48% | - |
| HSV(B) | 211.95º | 0.82% | 0.81% | - |
| XYZ | 18.15 | 17.34 | 60.78 | - |
| YUV | 102.64 | 186.33 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 206 | 0.82 | 0.44 | 0 | 0.19 | 211.95 | 0.7 | 0.48 |
| Hex | 25 | 74 | CE | 52 | 2C | 0 | 13 | D4 | 46 | 30 |
| Octal | 45 | 164 | 316 | 122 | 54 | 0 | 23 | 324 | 106 | 60 |
| Binary | 100101 | 1110100 | 11001110 | 1010010 | 101100 | 0 | 10011 | 11010100 | 1000110 | 110000 |
Color Harmonies of #2574CE
Complementary color
Monochromatic Colors of #2574CE
Black with #2574CE
Text Example
Text Example
White with #2574CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2574CE; }
p { color: rgb(37,116,206); }
H1.HeaderClassName
{
color: #2574CE;
}
.AnyTagClassName
{
color: #2574CE;
}
</style>
background-color css
<style>
a { background-color: #2574CE; }
a { background-color: rgb(37,116,206); }
div.DivClassName
{
background-color: #2574CE;
}
.BgClassName
{
background-color: #2574CE;
}
</style>
border-color css
<style>
span { border-color: #2574CE; }
span { border-color: rgb(37,116,206); }
td.TdClassName
{
border-color: #2574CE;
}
.TagClassName
{
border-color: #2574CE;
}
</style>