Shades of Denim #2562B0
Tints of Denim #2562B0
RGB
CMYK
RGB Variations
Color information
#2562B0 (or 0x2562B0) is known color: Denim. HEX triplet: 25, 62 and B0. RGB value is (37,98,176). Sum of RGB (Red+Green+Blue) = 37+98+176=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 176 (69.14% from 255 or 56.59% from 311); Max value from RGB is 176 - color contains mainly: blue. Hex color #2562B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2562B0 is #DA9D4F. Grayscale: #585858. Windows color (decimal): -14327120 or 11559461. OLE color: 11559461.
HSL color Cylindrical-coordinate representation of color #2562B0: hue angle of 213.67º 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 #2562B0 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 98 | 176 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.31 |
| HSL | 213.67º | 0.65% | 0.42% | - |
| HSV(B) | 213.67º | 0.79% | 0.69% | - |
| XYZ | 12.97 | 12.26 | 42.76 | - |
| YUV | 88.65 | 177.29 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 176 | 0.79 | 0.44 | 0 | 0.31 | 213.67 | 0.65 | 0.42 |
| Hex | 25 | 62 | B0 | 4F | 2C | 0 | 1F | D6 | 41 | 2A |
| Octal | 45 | 142 | 260 | 117 | 54 | 0 | 37 | 326 | 101 | 52 |
| Binary | 100101 | 1100010 | 10110000 | 1001111 | 101100 | 0 | 11111 | 11010110 | 1000001 | 101010 |
Color Harmonies of #2562B0
Complementary color
Monochromatic Colors of #2562B0
Black with #2562B0
Text Example
Text Example
White with #2562B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562B0; }
p { color: rgb(37,98,176); }
H1.HeaderClassName
{
color: #2562B0;
}
.AnyTagClassName
{
color: #2562B0;
}
</style>
background-color css
<style>
a { background-color: #2562B0; }
a { background-color: rgb(37,98,176); }
div.DivClassName
{
background-color: #2562B0;
}
.BgClassName
{
background-color: #2562B0;
}
</style>
border-color css
<style>
span { border-color: #2562B0; }
span { border-color: rgb(37,98,176); }
td.TdClassName
{
border-color: #2562B0;
}
.TagClassName
{
border-color: #2562B0;
}
</style>