Shades of Lochmara #2564AB
Tints of Lochmara #2564AB
RGB
CMYK
RGB Variations
Color information
#2564AB (or 0x2564AB) is known color: Lochmara. HEX triplet: 25, 64 and AB. RGB value is (37,100,171). Sum of RGB (Red+Green+Blue) = 37+100+171=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #2564AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2564AB is #DA9B54. Grayscale: #585858. Windows color (decimal): -14326613 or 11232293. OLE color: 11232293.
HSL color Cylindrical-coordinate representation of color #2564AB: hue angle of 211.79º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2564AB is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 100 | 171 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.33 |
| HSL | 211.79º | 0.64% | 0.41% | - |
| HSV(B) | 211.79º | 0.78% | 0.67% | - |
| XYZ | 12.67 | 12.45 | 40.26 | - |
| YUV | 89.26 | 174.13 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 171 | 0.78 | 0.42 | 0 | 0.33 | 211.79 | 0.64 | 0.41 |
| Hex | 25 | 64 | AB | 4E | 2A | 0 | 21 | D4 | 40 | 29 |
| Octal | 45 | 144 | 253 | 116 | 52 | 0 | 41 | 324 | 100 | 51 |
| Binary | 100101 | 1100100 | 10101011 | 1001110 | 101010 | 0 | 100001 | 11010100 | 1000000 | 101001 |
Color Harmonies of #2564AB
Complementary color
Monochromatic Colors of #2564AB
Black with #2564AB
Text Example
Text Example
White with #2564AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2564AB; }
p { color: rgb(37,100,171); }
H1.HeaderClassName
{
color: #2564AB;
}
.AnyTagClassName
{
color: #2564AB;
}
</style>
background-color css
<style>
a { background-color: #2564AB; }
a { background-color: rgb(37,100,171); }
div.DivClassName
{
background-color: #2564AB;
}
.BgClassName
{
background-color: #2564AB;
}
</style>
border-color css
<style>
span { border-color: #2564AB; }
span { border-color: rgb(37,100,171); }
td.TdClassName
{
border-color: #2564AB;
}
.TagClassName
{
border-color: #2564AB;
}
</style>