Shades of Denim #2564BB
Tints of Denim #2564BB
RGB
CMYK
RGB Variations
Color information
#2564BB (or 0x2564BB) is known color: Denim. HEX triplet: 25, 64 and BB. RGB value is (37,100,187). Sum of RGB (Red+Green+Blue) = 37+100+187=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #2564BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2564BB is #DA9B44. Grayscale: #5A5A5A. Windows color (decimal): -14326597 or 12280869. OLE color: 12280869.
HSL color Cylindrical-coordinate representation of color #2564BB: hue angle of 214.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2564BB is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 100 | 187 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.27 |
| HSL | 214.8º | 0.67% | 0.44% | - |
| HSV(B) | 214.8º | 0.8% | 0.73% | - |
| XYZ | 14.29 | 13.1 | 48.79 | - |
| YUV | 91.08 | 182.13 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 187 | 0.80 | 0.47 | 0 | 0.27 | 214.8 | 0.67 | 0.44 |
| Hex | 25 | 64 | BB | 50 | 2F | 0 | 1B | D7 | 43 | 2C |
| Octal | 45 | 144 | 273 | 120 | 57 | 0 | 33 | 327 | 103 | 54 |
| Binary | 100101 | 1100100 | 10111011 | 1010000 | 101111 | 0 | 11011 | 11010111 | 1000011 | 101100 |
Color Harmonies of #2564BB
Complementary color
Monochromatic Colors of #2564BB
Black with #2564BB
Text Example
Text Example
White with #2564BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564BB; }
p { color: rgb(37,100,187); }
H1.HeaderClassName
{
color: #2564BB;
}
.AnyTagClassName
{
color: #2564BB;
}
</style>
background-color css
<style>
a { background-color: #2564BB; }
a { background-color: rgb(37,100,187); }
div.DivClassName
{
background-color: #2564BB;
}
.BgClassName
{
background-color: #2564BB;
}
</style>
border-color css
<style>
span { border-color: #2564BB; }
span { border-color: rgb(37,100,187); }
td.TdClassName
{
border-color: #2564BB;
}
.TagClassName
{
border-color: #2564BB;
}
</style>