Shades of Lochmara #2572AB
Tints of Lochmara #2572AB
RGB
CMYK
RGB Variations
Color information
#2572AB (or 0x2572AB) is known color: Lochmara. HEX triplet: 25, 72 and AB. RGB value is (37,114,171). Sum of RGB (Red+Green+Blue) = 37+114+171=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #2572AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2572AB is #DA8D54. Grayscale: #616161. Windows color (decimal): -14323029 or 11235877. OLE color: 11235877.
HSL color Cylindrical-coordinate representation of color #2572AB: hue angle of 205.52º 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 #2572AB is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 114 | 171 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.33 |
| HSL | 205.52º | 0.64% | 0.41% | - |
| HSV(B) | 205.52º | 0.78% | 0.67% | - |
| XYZ | 14.13 | 15.37 | 40.75 | - |
| YUV | 97.48 | 169.49 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 171 | 0.78 | 0.33 | 0 | 0.33 | 205.52 | 0.64 | 0.41 |
| Hex | 25 | 72 | AB | 4E | 21 | 0 | 21 | CE | 40 | 29 |
| Octal | 45 | 162 | 253 | 116 | 41 | 0 | 41 | 316 | 100 | 51 |
| Binary | 100101 | 1110010 | 10101011 | 1001110 | 100001 | 0 | 100001 | 11001110 | 1000000 | 101001 |
Color Harmonies of #2572AB
Complementary color
Monochromatic Colors of #2572AB
Black with #2572AB
Text Example
Text Example
White with #2572AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2572AB; }
p { color: rgb(37,114,171); }
H1.HeaderClassName
{
color: #2572AB;
}
.AnyTagClassName
{
color: #2572AB;
}
</style>
background-color css
<style>
a { background-color: #2572AB; }
a { background-color: rgb(37,114,171); }
div.DivClassName
{
background-color: #2572AB;
}
.BgClassName
{
background-color: #2572AB;
}
</style>
border-color css
<style>
span { border-color: #2572AB; }
span { border-color: rgb(37,114,171); }
td.TdClassName
{
border-color: #2572AB;
}
.TagClassName
{
border-color: #2572AB;
}
</style>