Shades of Denim #2562AF
Tints of Denim #2562AF
RGB
CMYK
RGB Variations
Color information
#2562AF (or 0x2562AF) is known color: Denim. HEX triplet: 25, 62 and AF. RGB value is (37,98,175). Sum of RGB (Red+Green+Blue) = 37+98+175=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #2562AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2562AF is #DA9D50. Grayscale: #585858. Windows color (decimal): -14327121 or 11493925. OLE color: 11493925.
HSL color Cylindrical-coordinate representation of color #2562AF: hue angle of 213.48º 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 #2562AF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 98 | 175 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.31 |
| HSL | 213.48º | 0.65% | 0.42% | - |
| HSV(B) | 213.48º | 0.79% | 0.69% | - |
| XYZ | 12.87 | 12.22 | 42.24 | - |
| YUV | 88.54 | 176.79 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 175 | 0.79 | 0.44 | 0 | 0.31 | 213.48 | 0.65 | 0.42 |
| Hex | 25 | 62 | AF | 4F | 2C | 0 | 1F | D5 | 41 | 2A |
| Octal | 45 | 142 | 257 | 117 | 54 | 0 | 37 | 325 | 101 | 52 |
| Binary | 100101 | 1100010 | 10101111 | 1001111 | 101100 | 0 | 11111 | 11010101 | 1000001 | 101010 |
Color Harmonies of #2562AF
Complementary color
Monochromatic Colors of #2562AF
Black with #2562AF
Text Example
Text Example
White with #2562AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562AF; }
p { color: rgb(37,98,175); }
H1.HeaderClassName
{
color: #2562AF;
}
.AnyTagClassName
{
color: #2562AF;
}
</style>
background-color css
<style>
a { background-color: #2562AF; }
a { background-color: rgb(37,98,175); }
div.DivClassName
{
background-color: #2562AF;
}
.BgClassName
{
background-color: #2562AF;
}
</style>
border-color css
<style>
span { border-color: #2562AF; }
span { border-color: rgb(37,98,175); }
td.TdClassName
{
border-color: #2562AF;
}
.TagClassName
{
border-color: #2562AF;
}
</style>