Shades of Lochmara #2571AB
Tints of Lochmara #2571AB
RGB
CMYK
RGB Variations
Color information
#2571AB (or 0x2571AB) is known color: Lochmara. HEX triplet: 25, 71 and AB. RGB value is (37,113,171). Sum of RGB (Red+Green+Blue) = 37+113+171=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #2571AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2571AB is #DA8E54. Grayscale: #606060. Windows color (decimal): -14323285 or 11235621. OLE color: 11235621.
HSL color Cylindrical-coordinate representation of color #2571AB: hue angle of 205.97º 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 #2571AB is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 113 | 171 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.33 |
| HSL | 205.97º | 0.64% | 0.41% | - |
| HSV(B) | 205.97º | 0.78% | 0.67% | - |
| XYZ | 14.02 | 15.14 | 40.71 | - |
| YUV | 96.89 | 169.82 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 171 | 0.78 | 0.34 | 0 | 0.33 | 205.97 | 0.64 | 0.41 |
| Hex | 25 | 71 | AB | 4E | 22 | 0 | 21 | CE | 40 | 29 |
| Octal | 45 | 161 | 253 | 116 | 42 | 0 | 41 | 316 | 100 | 51 |
| Binary | 100101 | 1110001 | 10101011 | 1001110 | 100010 | 0 | 100001 | 11001110 | 1000000 | 101001 |
Color Harmonies of #2571AB
Complementary color
Monochromatic Colors of #2571AB
Black with #2571AB
Text Example
Text Example
White with #2571AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2571AB; }
p { color: rgb(37,113,171); }
H1.HeaderClassName
{
color: #2571AB;
}
.AnyTagClassName
{
color: #2571AB;
}
</style>
background-color css
<style>
a { background-color: #2571AB; }
a { background-color: rgb(37,113,171); }
div.DivClassName
{
background-color: #2571AB;
}
.BgClassName
{
background-color: #2571AB;
}
</style>
border-color css
<style>
span { border-color: #2571AB; }
span { border-color: rgb(37,113,171); }
td.TdClassName
{
border-color: #2571AB;
}
.TagClassName
{
border-color: #2571AB;
}
</style>