Shades of Lochmara #2878AB
Tints of Lochmara #2878AB
RGB
CMYK
RGB Variations
Color information
#2878AB (or 0x2878AB) is known color: Lochmara. HEX triplet: 28, 78 and AB. RGB value is (40,120,171). Sum of RGB (Red+Green+Blue) = 40+120+171=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #2878AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2878AB is #D78754. Grayscale: #656565. Windows color (decimal): -14124885 or 11237416. OLE color: 11237416.
HSL color Cylindrical-coordinate representation of color #2878AB: hue angle of 203.36º 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 #2878AB is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 120 | 171 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.33 |
| HSL | 203.36º | 0.62% | 0.41% | - |
| HSV(B) | 203.36º | 0.77% | 0.67% | - |
| XYZ | 14.94 | 16.82 | 40.99 | - |
| YUV | 101.89 | 167 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 171 | 0.77 | 0.30 | 0 | 0.33 | 203.36 | 0.62 | 0.41 |
| Hex | 28 | 78 | AB | 4D | 1E | 0 | 21 | CB | 3E | 29 |
| Octal | 50 | 170 | 253 | 115 | 36 | 0 | 41 | 313 | 76 | 51 |
| Binary | 101000 | 1111000 | 10101011 | 1001101 | 11110 | 0 | 100001 | 11001011 | 111110 | 101001 |
Color Harmonies of #2878AB
Complementary color
Monochromatic Colors of #2878AB
Black with #2878AB
Text Example
Text Example
White with #2878AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2878AB; }
p { color: rgb(40,120,171); }
H1.HeaderClassName
{
color: #2878AB;
}
.AnyTagClassName
{
color: #2878AB;
}
</style>
background-color css
<style>
a { background-color: #2878AB; }
a { background-color: rgb(40,120,171); }
div.DivClassName
{
background-color: #2878AB;
}
.BgClassName
{
background-color: #2878AB;
}
</style>
border-color css
<style>
span { border-color: #2878AB; }
span { border-color: rgb(40,120,171); }
td.TdClassName
{
border-color: #2878AB;
}
.TagClassName
{
border-color: #2878AB;
}
</style>