Shades of Denim #2570BC
Tints of Denim #2570BC
RGB
CMYK
RGB Variations
Color information
#2570BC (or 0x2570BC) is known color: Denim. HEX triplet: 25, 70 and BC. RGB value is (37,112,188). Sum of RGB (Red+Green+Blue) = 37+112+188=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #2570BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2570BC is #DA8F43. Grayscale: #616161. Windows color (decimal): -14323524 or 12349477. OLE color: 12349477.
HSL color Cylindrical-coordinate representation of color #2570BC: hue angle of 210.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2570BC is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 112 | 188 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.26 |
| HSL | 210.2º | 0.67% | 0.44% | - |
| HSV(B) | 210.2º | 0.8% | 0.74% | - |
| XYZ | 15.63 | 15.61 | 49.77 | - |
| YUV | 98.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 188 | 0.80 | 0.40 | 0 | 0.26 | 210.2 | 0.67 | 0.44 |
| Hex | 25 | 70 | BC | 50 | 28 | 0 | 1A | D2 | 43 | 2C |
| Octal | 45 | 160 | 274 | 120 | 50 | 0 | 32 | 322 | 103 | 54 |
| Binary | 100101 | 1110000 | 10111100 | 1010000 | 101000 | 0 | 11010 | 11010010 | 1000011 | 101100 |
Color Harmonies of #2570BC
Complementary color
Monochromatic Colors of #2570BC
Black with #2570BC
Text Example
Text Example
White with #2570BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2570BC; }
p { color: rgb(37,112,188); }
H1.HeaderClassName
{
color: #2570BC;
}
.AnyTagClassName
{
color: #2570BC;
}
</style>
background-color css
<style>
a { background-color: #2570BC; }
a { background-color: rgb(37,112,188); }
div.DivClassName
{
background-color: #2570BC;
}
.BgClassName
{
background-color: #2570BC;
}
</style>
border-color css
<style>
span { border-color: #2570BC; }
span { border-color: rgb(37,112,188); }
td.TdClassName
{
border-color: #2570BC;
}
.TagClassName
{
border-color: #2570BC;
}
</style>