Shades of Lochmara #2877AB
Tints of Lochmara #2877AB
RGB
CMYK
RGB Variations
Color information
#2877AB (or 0x2877AB) is known color: Lochmara. HEX triplet: 28, 77 and AB. RGB value is (40,119,171). Sum of RGB (Red+Green+Blue) = 40+119+171=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #2877AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2877AB is #D78854. Grayscale: #656565. Windows color (decimal): -14125141 or 11237160. OLE color: 11237160.
HSL color Cylindrical-coordinate representation of color #2877AB: hue angle of 203.82º 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 #2877AB is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 119 | 171 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.33 |
| HSL | 203.82º | 0.62% | 0.41% | - |
| HSV(B) | 203.82º | 0.77% | 0.67% | - |
| XYZ | 14.82 | 16.59 | 40.95 | - |
| YUV | 101.31 | 167.33 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 119 | 171 | 0.77 | 0.30 | 0 | 0.33 | 203.82 | 0.62 | 0.41 |
| Hex | 28 | 77 | AB | 4D | 1E | 0 | 21 | CC | 3E | 29 |
| Octal | 50 | 167 | 253 | 115 | 36 | 0 | 41 | 314 | 76 | 51 |
| Binary | 101000 | 1110111 | 10101011 | 1001101 | 11110 | 0 | 100001 | 11001100 | 111110 | 101001 |
Color Harmonies of #2877AB
Complementary color
Monochromatic Colors of #2877AB
Black with #2877AB
Text Example
Text Example
White with #2877AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2877AB; }
p { color: rgb(40,119,171); }
H1.HeaderClassName
{
color: #2877AB;
}
.AnyTagClassName
{
color: #2877AB;
}
</style>
background-color css
<style>
a { background-color: #2877AB; }
a { background-color: rgb(40,119,171); }
div.DivClassName
{
background-color: #2877AB;
}
.BgClassName
{
background-color: #2877AB;
}
</style>
border-color css
<style>
span { border-color: #2877AB; }
span { border-color: rgb(40,119,171); }
td.TdClassName
{
border-color: #2877AB;
}
.TagClassName
{
border-color: #2877AB;
}
</style>