Shades of Denim #2560BA
Tints of Denim #2560BA
RGB
CMYK
RGB Variations
Color information
#2560BA (or 0x2560BA) is known color: Denim. HEX triplet: 25, 60 and BA. RGB value is (37,96,186). Sum of RGB (Red+Green+Blue) = 37+96+186=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #2560BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2560BA is #DA9F45. Grayscale: #585858. Windows color (decimal): -14327622 or 12214309. OLE color: 12214309.
HSL color Cylindrical-coordinate representation of color #2560BA: hue angle of 216.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2560BA is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 96 | 186 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.27 |
| HSL | 216.24º | 0.67% | 0.44% | - |
| HSV(B) | 216.24º | 0.8% | 0.73% | - |
| XYZ | 13.81 | 12.3 | 48.1 | - |
| YUV | 88.62 | 182.95 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 186 | 0.80 | 0.48 | 0 | 0.27 | 216.24 | 0.67 | 0.44 |
| Hex | 25 | 60 | BA | 50 | 30 | 0 | 1B | D8 | 43 | 2C |
| Octal | 45 | 140 | 272 | 120 | 60 | 0 | 33 | 330 | 103 | 54 |
| Binary | 100101 | 1100000 | 10111010 | 1010000 | 110000 | 0 | 11011 | 11011000 | 1000011 | 101100 |
Color Harmonies of #2560BA
Complementary color
Monochromatic Colors of #2560BA
Black with #2560BA
Text Example
Text Example
White with #2560BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2560BA; }
p { color: rgb(37,96,186); }
H1.HeaderClassName
{
color: #2560BA;
}
.AnyTagClassName
{
color: #2560BA;
}
</style>
background-color css
<style>
a { background-color: #2560BA; }
a { background-color: rgb(37,96,186); }
div.DivClassName
{
background-color: #2560BA;
}
.BgClassName
{
background-color: #2560BA;
}
</style>
border-color css
<style>
span { border-color: #2560BA; }
span { border-color: rgb(37,96,186); }
td.TdClassName
{
border-color: #2560BA;
}
.TagClassName
{
border-color: #2560BA;
}
</style>