Shades of Denim #2560AF
Tints of Denim #2560AF
RGB
CMYK
RGB Variations
Color information
#2560AF (or 0x2560AF) is known color: Denim. HEX triplet: 25, 60 and AF. RGB value is (37,96,175). Sum of RGB (Red+Green+Blue) = 37+96+175=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #2560AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2560AF is #DA9F50. Grayscale: #565656. Windows color (decimal): -14327633 or 11493413. OLE color: 11493413.
HSL color Cylindrical-coordinate representation of color #2560AF: hue angle of 214.35º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2560AF is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 96 | 175 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.31 |
| HSL | 214.35º | 0.65% | 0.42% | - |
| HSV(B) | 214.35º | 0.79% | 0.69% | - |
| XYZ | 12.68 | 11.85 | 42.18 | - |
| YUV | 87.37 | 177.45 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 175 | 0.79 | 0.45 | 0 | 0.31 | 214.35 | 0.65 | 0.42 |
| Hex | 25 | 60 | AF | 4F | 2D | 0 | 1F | D6 | 41 | 2A |
| Octal | 45 | 140 | 257 | 117 | 55 | 0 | 37 | 326 | 101 | 52 |
| Binary | 100101 | 1100000 | 10101111 | 1001111 | 101101 | 0 | 11111 | 11010110 | 1000001 | 101010 |
Color Harmonies of #2560AF
Complementary color
Monochromatic Colors of #2560AF
Black with #2560AF
Text Example
Text Example
White with #2560AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560AF; }
p { color: rgb(37,96,175); }
H1.HeaderClassName
{
color: #2560AF;
}
.AnyTagClassName
{
color: #2560AF;
}
</style>
background-color css
<style>
a { background-color: #2560AF; }
a { background-color: rgb(37,96,175); }
div.DivClassName
{
background-color: #2560AF;
}
.BgClassName
{
background-color: #2560AF;
}
</style>
border-color css
<style>
span { border-color: #2560AF; }
span { border-color: rgb(37,96,175); }
td.TdClassName
{
border-color: #2560AF;
}
.TagClassName
{
border-color: #2560AF;
}
</style>