Shades of Denim #2562B5
Tints of Denim #2562B5
RGB
CMYK
RGB Variations
Color information
#2562B5 (or 0x2562B5) is known color: Denim. HEX triplet: 25, 62 and B5. RGB value is (37,98,181). Sum of RGB (Red+Green+Blue) = 37+98+181=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #2562B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562B5 is #DA9D4A. Grayscale: #585858. Windows color (decimal): -14327115 or 11887141. OLE color: 11887141.
HSL color Cylindrical-coordinate representation of color #2562B5: hue angle of 214.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2562B5 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 98 | 181 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.29 |
| HSL | 214.58º | 0.66% | 0.43% | - |
| HSV(B) | 214.58º | 0.8% | 0.71% | - |
| XYZ | 13.47 | 12.46 | 45.41 | - |
| YUV | 89.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 181 | 0.80 | 0.46 | 0 | 0.29 | 214.58 | 0.66 | 0.43 |
| Hex | 25 | 62 | B5 | 50 | 2E | 0 | 1D | D7 | 42 | 2B |
| Octal | 45 | 142 | 265 | 120 | 56 | 0 | 35 | 327 | 102 | 53 |
| Binary | 100101 | 1100010 | 10110101 | 1010000 | 101110 | 0 | 11101 | 11010111 | 1000010 | 101011 |
Color Harmonies of #2562B5
Complementary color
Monochromatic Colors of #2562B5
Black with #2562B5
Text Example
Text Example
White with #2562B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562B5; }
p { color: rgb(37,98,181); }
H1.HeaderClassName
{
color: #2562B5;
}
.AnyTagClassName
{
color: #2562B5;
}
</style>
background-color css
<style>
a { background-color: #2562B5; }
a { background-color: rgb(37,98,181); }
div.DivClassName
{
background-color: #2562B5;
}
.BgClassName
{
background-color: #2562B5;
}
</style>
border-color css
<style>
span { border-color: #2562B5; }
span { border-color: rgb(37,98,181); }
td.TdClassName
{
border-color: #2562B5;
}
.TagClassName
{
border-color: #2562B5;
}
</style>