Shades of Lochmara #2872AB
Tints of Lochmara #2872AB
RGB
CMYK
RGB Variations
Color information
#2872AB (or 0x2872AB) is known color: Lochmara. HEX triplet: 28, 72 and AB. RGB value is (40,114,171). Sum of RGB (Red+Green+Blue) = 40+114+171=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #2872AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2872AB is #D78D54. Grayscale: #626262. Windows color (decimal): -14126421 or 11235880. OLE color: 11235880.
HSL color Cylindrical-coordinate representation of color #2872AB: hue angle of 206.11º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2872AB is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 114 | 171 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.33 |
| HSL | 206.11º | 0.62% | 0.41% | - |
| HSV(B) | 206.11º | 0.77% | 0.67% | - |
| XYZ | 14.24 | 15.43 | 40.75 | - |
| YUV | 98.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 171 | 0.77 | 0.33 | 0 | 0.33 | 206.11 | 0.62 | 0.41 |
| Hex | 28 | 72 | AB | 4D | 21 | 0 | 21 | CE | 3E | 29 |
| Octal | 50 | 162 | 253 | 115 | 41 | 0 | 41 | 316 | 76 | 51 |
| Binary | 101000 | 1110010 | 10101011 | 1001101 | 100001 | 0 | 100001 | 11001110 | 111110 | 101001 |
Color Harmonies of #2872AB
Complementary color
Monochromatic Colors of #2872AB
Black with #2872AB
Text Example
Text Example
White with #2872AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2872AB; }
p { color: rgb(40,114,171); }
H1.HeaderClassName
{
color: #2872AB;
}
.AnyTagClassName
{
color: #2872AB;
}
</style>
background-color css
<style>
a { background-color: #2872AB; }
a { background-color: rgb(40,114,171); }
div.DivClassName
{
background-color: #2872AB;
}
.BgClassName
{
background-color: #2872AB;
}
</style>
border-color css
<style>
span { border-color: #2872AB; }
span { border-color: rgb(40,114,171); }
td.TdClassName
{
border-color: #2872AB;
}
.TagClassName
{
border-color: #2872AB;
}
</style>