Shades of Denim #2564B6
Tints of Denim #2564B6
RGB
CMYK
RGB Variations
Color information
#2564B6 (or 0x2564B6) is known color: Denim. HEX triplet: 25, 64 and B6. RGB value is (37,100,182). Sum of RGB (Red+Green+Blue) = 37+100+182=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 182 (71.48% from 255 or 57.05% from 319); Max value from RGB is 182 - color contains mainly: blue. Hex color #2564B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2564B6 is #DA9B49. Grayscale: #5A5A5A. Windows color (decimal): -14326602 or 11953189. OLE color: 11953189.
HSL color Cylindrical-coordinate representation of color #2564B6: hue angle of 213.93º 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 #2564B6 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 100 | 182 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.29 |
| HSL | 213.93º | 0.66% | 0.43% | - |
| HSV(B) | 213.93º | 0.8% | 0.71% | - |
| XYZ | 13.76 | 12.89 | 46.02 | - |
| YUV | 90.51 | 179.63 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 182 | 0.80 | 0.45 | 0 | 0.29 | 213.93 | 0.66 | 0.43 |
| Hex | 25 | 64 | B6 | 50 | 2D | 0 | 1D | D6 | 42 | 2B |
| Octal | 45 | 144 | 266 | 120 | 55 | 0 | 35 | 326 | 102 | 53 |
| Binary | 100101 | 1100100 | 10110110 | 1010000 | 101101 | 0 | 11101 | 11010110 | 1000010 | 101011 |
Color Harmonies of #2564B6
Complementary color
Monochromatic Colors of #2564B6
Black with #2564B6
Text Example
Text Example
White with #2564B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564B6; }
p { color: rgb(37,100,182); }
H1.HeaderClassName
{
color: #2564B6;
}
.AnyTagClassName
{
color: #2564B6;
}
</style>
background-color css
<style>
a { background-color: #2564B6; }
a { background-color: rgb(37,100,182); }
div.DivClassName
{
background-color: #2564B6;
}
.BgClassName
{
background-color: #2564B6;
}
</style>
border-color css
<style>
span { border-color: #2564B6; }
span { border-color: rgb(37,100,182); }
td.TdClassName
{
border-color: #2564B6;
}
.TagClassName
{
border-color: #2564B6;
}
</style>