Shades of Denim #2578CE
Tints of Denim #2578CE
RGB
CMYK
RGB Variations
Color information
#2578CE (or 0x2578CE) is known color: Denim. HEX triplet: 25, 78 and CE. RGB value is (37,120,206). Sum of RGB (Red+Green+Blue) = 37+120+206=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #2578CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578CE is #DA8731. Grayscale: #686868. Windows color (decimal): -14321458 or 13531173. OLE color: 13531173.
HSL color Cylindrical-coordinate representation of color #2578CE: hue angle of 210.53º 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 #2578CE is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 120 | 206 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.19 |
| HSL | 210.53º | 0.7% | 0.48% | - |
| HSV(B) | 210.53º | 0.82% | 0.81% | - |
| XYZ | 18.62 | 18.28 | 60.94 | - |
| YUV | 104.99 | 185 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 206 | 0.82 | 0.42 | 0 | 0.19 | 210.53 | 0.7 | 0.48 |
| Hex | 25 | 78 | CE | 52 | 2A | 0 | 13 | D3 | 46 | 30 |
| Octal | 45 | 170 | 316 | 122 | 52 | 0 | 23 | 323 | 106 | 60 |
| Binary | 100101 | 1111000 | 11001110 | 1010010 | 101010 | 0 | 10011 | 11010011 | 1000110 | 110000 |
Color Harmonies of #2578CE
Complementary color
Monochromatic Colors of #2578CE
Black with #2578CE
Text Example
Text Example
White with #2578CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2578CE; }
p { color: rgb(37,120,206); }
H1.HeaderClassName
{
color: #2578CE;
}
.AnyTagClassName
{
color: #2578CE;
}
</style>
background-color css
<style>
a { background-color: #2578CE; }
a { background-color: rgb(37,120,206); }
div.DivClassName
{
background-color: #2578CE;
}
.BgClassName
{
background-color: #2578CE;
}
</style>
border-color css
<style>
span { border-color: #2578CE; }
span { border-color: rgb(37,120,206); }
td.TdClassName
{
border-color: #2578CE;
}
.TagClassName
{
border-color: #2578CE;
}
</style>