Shades of Lochmara #2879AB
Tints of Lochmara #2879AB
RGB
CMYK
RGB Variations
Color information
#2879AB (or 0x2879AB) is known color: Lochmara. HEX triplet: 28, 79 and AB. RGB value is (40,121,171). Sum of RGB (Red+Green+Blue) = 40+121+171=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #2879AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2879AB is #D78654. Grayscale: #666666. Windows color (decimal): -14124629 or 11237672. OLE color: 11237672.
HSL color Cylindrical-coordinate representation of color #2879AB: hue angle of 202.9º 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 #2879AB is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 121 | 171 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.33 |
| HSL | 202.9º | 0.62% | 0.41% | - |
| HSV(B) | 202.9º | 0.77% | 0.67% | - |
| XYZ | 15.06 | 17.07 | 41.03 | - |
| YUV | 102.48 | 166.66 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 121 | 171 | 0.77 | 0.29 | 0 | 0.33 | 202.9 | 0.62 | 0.41 |
| Hex | 28 | 79 | AB | 4D | 1D | 0 | 21 | CB | 3E | 29 |
| Octal | 50 | 171 | 253 | 115 | 35 | 0 | 41 | 313 | 76 | 51 |
| Binary | 101000 | 1111001 | 10101011 | 1001101 | 11101 | 0 | 100001 | 11001011 | 111110 | 101001 |
Color Harmonies of #2879AB
Complementary color
Monochromatic Colors of #2879AB
Black with #2879AB
Text Example
Text Example
White with #2879AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2879AB; }
p { color: rgb(40,121,171); }
H1.HeaderClassName
{
color: #2879AB;
}
.AnyTagClassName
{
color: #2879AB;
}
</style>
background-color css
<style>
a { background-color: #2879AB; }
a { background-color: rgb(40,121,171); }
div.DivClassName
{
background-color: #2879AB;
}
.BgClassName
{
background-color: #2879AB;
}
</style>
border-color css
<style>
span { border-color: #2879AB; }
span { border-color: rgb(40,121,171); }
td.TdClassName
{
border-color: #2879AB;
}
.TagClassName
{
border-color: #2879AB;
}
</style>