Shades of Denim #2560AC
Tints of Denim #2560AC
RGB
CMYK
RGB Variations
Color information
#2560AC (or 0x2560AC) is known color: Denim. HEX triplet: 25, 60 and AC. RGB value is (37,96,172). Sum of RGB (Red+Green+Blue) = 37+96+172=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #2560AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2560AC is #DA9F53. Grayscale: #565656. Windows color (decimal): -14327636 or 11296805. OLE color: 11296805.
HSL color Cylindrical-coordinate representation of color #2560AC: hue angle of 213.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2560AC is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 96 | 172 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.33 |
| HSL | 213.78º | 0.65% | 0.41% | - |
| HSV(B) | 213.78º | 0.78% | 0.67% | - |
| XYZ | 12.39 | 11.74 | 40.64 | - |
| YUV | 87.02 | 175.95 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 172 | 0.78 | 0.44 | 0 | 0.33 | 213.78 | 0.65 | 0.41 |
| Hex | 25 | 60 | AC | 4E | 2C | 0 | 21 | D6 | 41 | 29 |
| Octal | 45 | 140 | 254 | 116 | 54 | 0 | 41 | 326 | 101 | 51 |
| Binary | 100101 | 1100000 | 10101100 | 1001110 | 101100 | 0 | 100001 | 11010110 | 1000001 | 101001 |
Color Harmonies of #2560AC
Complementary color
Monochromatic Colors of #2560AC
Black with #2560AC
Text Example
Text Example
White with #2560AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560AC; }
p { color: rgb(37,96,172); }
H1.HeaderClassName
{
color: #2560AC;
}
.AnyTagClassName
{
color: #2560AC;
}
</style>
background-color css
<style>
a { background-color: #2560AC; }
a { background-color: rgb(37,96,172); }
div.DivClassName
{
background-color: #2560AC;
}
.BgClassName
{
background-color: #2560AC;
}
</style>
border-color css
<style>
span { border-color: #2560AC; }
span { border-color: rgb(37,96,172); }
td.TdClassName
{
border-color: #2560AC;
}
.TagClassName
{
border-color: #2560AC;
}
</style>