Shades of Denim #2561AD
Tints of Denim #2561AD
RGB
CMYK
RGB Variations
Color information
#2561AD (or 0x2561AD) is known color: Denim. HEX triplet: 25, 61 and AD. RGB value is (37,97,173). Sum of RGB (Red+Green+Blue) = 37+97+173=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #2561AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2561AD is #DA9E52. Grayscale: #575757. Windows color (decimal): -14327379 or 11362597. OLE color: 11362597.
HSL color Cylindrical-coordinate representation of color #2561AD: hue angle of 213.53º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2561AD is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 97 | 173 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.32 |
| HSL | 213.53º | 0.65% | 0.41% | - |
| HSV(B) | 213.53º | 0.79% | 0.68% | - |
| XYZ | 12.58 | 11.96 | 41.18 | - |
| YUV | 87.72 | 176.12 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 173 | 0.79 | 0.44 | 0 | 0.32 | 213.53 | 0.65 | 0.41 |
| Hex | 25 | 61 | AD | 4F | 2C | 0 | 20 | D6 | 41 | 29 |
| Octal | 45 | 141 | 255 | 117 | 54 | 0 | 40 | 326 | 101 | 51 |
| Binary | 100101 | 1100001 | 10101101 | 1001111 | 101100 | 0 | 100000 | 11010110 | 1000001 | 101001 |
Color Harmonies of #2561AD
Complementary color
Monochromatic Colors of #2561AD
Black with #2561AD
Text Example
Text Example
White with #2561AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2561AD; }
p { color: rgb(37,97,173); }
H1.HeaderClassName
{
color: #2561AD;
}
.AnyTagClassName
{
color: #2561AD;
}
</style>
background-color css
<style>
a { background-color: #2561AD; }
a { background-color: rgb(37,97,173); }
div.DivClassName
{
background-color: #2561AD;
}
.BgClassName
{
background-color: #2561AD;
}
</style>
border-color css
<style>
span { border-color: #2561AD; }
span { border-color: rgb(37,97,173); }
td.TdClassName
{
border-color: #2561AD;
}
.TagClassName
{
border-color: #2561AD;
}
</style>