Shades of Denim #2562B2
Tints of Denim #2562B2
RGB
CMYK
RGB Variations
Color information
#2562B2 (or 0x2562B2) is known color: Denim. HEX triplet: 25, 62 and B2. RGB value is (37,98,178). Sum of RGB (Red+Green+Blue) = 37+98+178=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #2562B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2562B2 is #DA9D4D. Grayscale: #585858. Windows color (decimal): -14327118 or 11690533. OLE color: 11690533.
HSL color Cylindrical-coordinate representation of color #2562B2: hue angle of 214.04º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2562B2 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 98 | 178 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.30 |
| HSL | 214.04º | 0.66% | 0.42% | - |
| HSV(B) | 214.04º | 0.79% | 0.7% | - |
| XYZ | 13.17 | 12.34 | 43.81 | - |
| YUV | 88.88 | 178.29 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 178 | 0.79 | 0.45 | 0 | 0.30 | 214.04 | 0.66 | 0.42 |
| Hex | 25 | 62 | B2 | 4F | 2D | 0 | 1E | D6 | 42 | 2A |
| Octal | 45 | 142 | 262 | 117 | 55 | 0 | 36 | 326 | 102 | 52 |
| Binary | 100101 | 1100010 | 10110010 | 1001111 | 101101 | 0 | 11110 | 11010110 | 1000010 | 101010 |
Color Harmonies of #2562B2
Complementary color
Monochromatic Colors of #2562B2
Black with #2562B2
Text Example
Text Example
White with #2562B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562B2; }
p { color: rgb(37,98,178); }
H1.HeaderClassName
{
color: #2562B2;
}
.AnyTagClassName
{
color: #2562B2;
}
</style>
background-color css
<style>
a { background-color: #2562B2; }
a { background-color: rgb(37,98,178); }
div.DivClassName
{
background-color: #2562B2;
}
.BgClassName
{
background-color: #2562B2;
}
</style>
border-color css
<style>
span { border-color: #2562B2; }
span { border-color: rgb(37,98,178); }
td.TdClassName
{
border-color: #2562B2;
}
.TagClassName
{
border-color: #2562B2;
}
</style>