Shades of Denim #2564BE
Tints of Denim #2564BE
RGB
CMYK
RGB Variations
Color information
#2564BE (or 0x2564BE) is known color: Denim. HEX triplet: 25, 64 and BE. RGB value is (37,100,190). Sum of RGB (Red+Green+Blue) = 37+100+190=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #2564BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2564BE is #DA9B41. Grayscale: #5B5B5B. Windows color (decimal): -14326594 or 12477477. OLE color: 12477477.
HSL color Cylindrical-coordinate representation of color #2564BE: hue angle of 215.29º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2564BE is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 100 | 190 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.25 |
| HSL | 215.29º | 0.67% | 0.45% | - |
| HSV(B) | 215.29º | 0.81% | 0.75% | - |
| XYZ | 14.61 | 13.23 | 50.5 | - |
| YUV | 91.42 | 183.63 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 190 | 0.81 | 0.47 | 0 | 0.25 | 215.29 | 0.67 | 0.45 |
| Hex | 25 | 64 | BE | 51 | 2F | 0 | 19 | D7 | 43 | 2D |
| Octal | 45 | 144 | 276 | 121 | 57 | 0 | 31 | 327 | 103 | 55 |
| Binary | 100101 | 1100100 | 10111110 | 1010001 | 101111 | 0 | 11001 | 11010111 | 1000011 | 101101 |
Color Harmonies of #2564BE
Complementary color
Monochromatic Colors of #2564BE
Black with #2564BE
Text Example
Text Example
White with #2564BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564BE; }
p { color: rgb(37,100,190); }
H1.HeaderClassName
{
color: #2564BE;
}
.AnyTagClassName
{
color: #2564BE;
}
</style>
background-color css
<style>
a { background-color: #2564BE; }
a { background-color: rgb(37,100,190); }
div.DivClassName
{
background-color: #2564BE;
}
.BgClassName
{
background-color: #2564BE;
}
</style>
border-color css
<style>
span { border-color: #2564BE; }
span { border-color: rgb(37,100,190); }
td.TdClassName
{
border-color: #2564BE;
}
.TagClassName
{
border-color: #2564BE;
}
</style>