Shades of Denim #2570C4
Tints of Denim #2570C4
RGB
CMYK
RGB Variations
Color information
#2570C4 (or 0x2570C4) is known color: Denim. HEX triplet: 25, 70 and C4. RGB value is (37,112,196). Sum of RGB (Red+Green+Blue) = 37+112+196=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #2570C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2570C4 is #DA8F3B. Grayscale: #626262. Windows color (decimal): -14323516 or 12873765. OLE color: 12873765.
HSL color Cylindrical-coordinate representation of color #2570C4: hue angle of 211.7º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2570C4 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 37 | 112 | 196 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.23 |
| HSL | 211.7º | 0.68% | 0.46% | - |
| HSV(B) | 211.7º | 0.81% | 0.77% | - |
| XYZ | 16.52 | 15.97 | 54.44 | - |
| YUV | 99.15 | 182.65 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 196 | 0.81 | 0.43 | 0 | 0.23 | 211.7 | 0.68 | 0.46 |
| Hex | 25 | 70 | C4 | 51 | 2B | 0 | 17 | D4 | 44 | 2E |
| Octal | 45 | 160 | 304 | 121 | 53 | 0 | 27 | 324 | 104 | 56 |
| Binary | 100101 | 1110000 | 11000100 | 1010001 | 101011 | 0 | 10111 | 11010100 | 1000100 | 101110 |
Color Harmonies of #2570C4
Complementary color
Monochromatic Colors of #2570C4
Black with #2570C4
Text Example
Text Example
White with #2570C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2570C4; }
p { color: rgb(37,112,196); }
H1.HeaderClassName
{
color: #2570C4;
}
.AnyTagClassName
{
color: #2570C4;
}
</style>
background-color css
<style>
a { background-color: #2570C4; }
a { background-color: rgb(37,112,196); }
div.DivClassName
{
background-color: #2570C4;
}
.BgClassName
{
background-color: #2570C4;
}
</style>
border-color css
<style>
span { border-color: #2570C4; }
span { border-color: rgb(37,112,196); }
td.TdClassName
{
border-color: #2570C4;
}
.TagClassName
{
border-color: #2570C4;
}
</style>