Shades of Denim #2562CC
Tints of Denim #2562CC
RGB
CMYK
RGB Variations
Color information
#2562CC (or 0x2562CC) is known color: Denim. HEX triplet: 25, 62 and CC. RGB value is (37,98,204). Sum of RGB (Red+Green+Blue) = 37+98+204=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #2562CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2562CC is #DA9D33. Grayscale: #5B5B5B. Windows color (decimal): -14327092 or 13394469. OLE color: 13394469.
HSL color Cylindrical-coordinate representation of color #2562CC: hue angle of 218.08º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2562CC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 98 | 204 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.2 |
| HSL | 218.08º | 0.69% | 0.47% | - |
| HSV(B) | 218.08º | 0.82% | 0.8% | - |
| XYZ | 16.03 | 13.49 | 58.89 | - |
| YUV | 91.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 204 | 0.82 | 0.52 | 0 | 0.2 | 218.08 | 0.69 | 0.47 |
| Hex | 25 | 62 | CC | 52 | 34 | 0 | 14 | DA | 45 | 2F |
| Octal | 45 | 142 | 314 | 122 | 64 | 0 | 24 | 332 | 105 | 57 |
| Binary | 100101 | 1100010 | 11001100 | 1010010 | 110100 | 0 | 10100 | 11011010 | 1000101 | 101111 |
Color Harmonies of #2562CC
Complementary color
Monochromatic Colors of #2562CC
Black with #2562CC
Text Example
Text Example
White with #2562CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562CC; }
p { color: rgb(37,98,204); }
H1.HeaderClassName
{
color: #2562CC;
}
.AnyTagClassName
{
color: #2562CC;
}
</style>
background-color css
<style>
a { background-color: #2562CC; }
a { background-color: rgb(37,98,204); }
div.DivClassName
{
background-color: #2562CC;
}
.BgClassName
{
background-color: #2562CC;
}
</style>
border-color css
<style>
span { border-color: #2562CC; }
span { border-color: rgb(37,98,204); }
td.TdClassName
{
border-color: #2562CC;
}
.TagClassName
{
border-color: #2562CC;
}
</style>