Shades of Denim #2564CC
Tints of Denim #2564CC
RGB
CMYK
RGB Variations
Color information
#2564CC (or 0x2564CC) is known color: Denim. HEX triplet: 25, 64 and CC. RGB value is (37,100,204). Sum of RGB (Red+Green+Blue) = 37+100+204=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #2564CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2564CC is #DA9B33. Grayscale: #5C5C5C. Windows color (decimal): -14326580 or 13394981. OLE color: 13394981.
HSL color Cylindrical-coordinate representation of color #2564CC: hue angle of 217.37º 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 #2564CC is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 100 | 204 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.2 |
| HSL | 217.37º | 0.69% | 0.47% | - |
| HSV(B) | 217.37º | 0.82% | 0.8% | - |
| XYZ | 16.22 | 13.87 | 58.95 | - |
| YUV | 93.02 | 190.63 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 204 | 0.82 | 0.51 | 0 | 0.2 | 217.37 | 0.69 | 0.47 |
| Hex | 25 | 64 | CC | 52 | 33 | 0 | 14 | D9 | 45 | 2F |
| Octal | 45 | 144 | 314 | 122 | 63 | 0 | 24 | 331 | 105 | 57 |
| Binary | 100101 | 1100100 | 11001100 | 1010010 | 110011 | 0 | 10100 | 11011001 | 1000101 | 101111 |
Color Harmonies of #2564CC
Complementary color
Monochromatic Colors of #2564CC
Black with #2564CC
Text Example
Text Example
White with #2564CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564CC; }
p { color: rgb(37,100,204); }
H1.HeaderClassName
{
color: #2564CC;
}
.AnyTagClassName
{
color: #2564CC;
}
</style>
background-color css
<style>
a { background-color: #2564CC; }
a { background-color: rgb(37,100,204); }
div.DivClassName
{
background-color: #2564CC;
}
.BgClassName
{
background-color: #2564CC;
}
</style>
border-color css
<style>
span { border-color: #2564CC; }
span { border-color: rgb(37,100,204); }
td.TdClassName
{
border-color: #2564CC;
}
.TagClassName
{
border-color: #2564CC;
}
</style>