Shades of Denim #2578CB
Tints of Denim #2578CB
RGB
CMYK
RGB Variations
Color information
#2578CB (or 0x2578CB) is known color: Denim. HEX triplet: 25, 78 and CB. RGB value is (37,120,203). Sum of RGB (Red+Green+Blue) = 37+120+203=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #2578CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578CB is #DA8734. Grayscale: #686868. Windows color (decimal): -14321461 or 13334565. OLE color: 13334565.
HSL color Cylindrical-coordinate representation of color #2578CB: hue angle of 210º 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 #2578CB is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 120 | 203 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.20 |
| HSL | 210º | 0.69% | 0.47% | - |
| HSV(B) | 210º | 0.82% | 0.8% | - |
| XYZ | 18.26 | 18.14 | 59.04 | - |
| YUV | 104.65 | 183.5 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 203 | 0.82 | 0.41 | 0 | 0.20 | 210 | 0.69 | 0.47 |
| Hex | 25 | 78 | CB | 52 | 29 | 0 | 14 | D2 | 45 | 2F |
| Octal | 45 | 170 | 313 | 122 | 51 | 0 | 24 | 322 | 105 | 57 |
| Binary | 100101 | 1111000 | 11001011 | 1010010 | 101001 | 0 | 10100 | 11010010 | 1000101 | 101111 |
Color Harmonies of #2578CB
Complementary color
Monochromatic Colors of #2578CB
Black with #2578CB
Text Example
Text Example
White with #2578CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2578CB; }
p { color: rgb(37,120,203); }
H1.HeaderClassName
{
color: #2578CB;
}
.AnyTagClassName
{
color: #2578CB;
}
</style>
background-color css
<style>
a { background-color: #2578CB; }
a { background-color: rgb(37,120,203); }
div.DivClassName
{
background-color: #2578CB;
}
.BgClassName
{
background-color: #2578CB;
}
</style>
border-color css
<style>
span { border-color: #2578CB; }
span { border-color: rgb(37,120,203); }
td.TdClassName
{
border-color: #2578CB;
}
.TagClassName
{
border-color: #2578CB;
}
</style>