Shades of Lochmara #2871AA
Tints of Lochmara #2871AA
RGB
CMYK
RGB Variations
Color information
#2871AA (or 0x2871AA) is known color: Lochmara. HEX triplet: 28, 71 and AA. RGB value is (40,113,170). Sum of RGB (Red+Green+Blue) = 40+113+170=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #2871AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2871AA is #D78E55. Grayscale: #616161. Windows color (decimal): -14126678 or 11170088. OLE color: 11170088.
HSL color Cylindrical-coordinate representation of color #2871AA: hue angle of 206.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2871AA is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 113 | 170 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.33 |
| HSL | 206.31º | 0.62% | 0.41% | - |
| HSV(B) | 206.31º | 0.76% | 0.67% | - |
| XYZ | 14.04 | 15.16 | 40.22 | - |
| YUV | 97.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 170 | 0.76 | 0.34 | 0 | 0.33 | 206.31 | 0.62 | 0.41 |
| Hex | 28 | 71 | AA | 4C | 22 | 0 | 21 | CE | 3E | 29 |
| Octal | 50 | 161 | 252 | 114 | 42 | 0 | 41 | 316 | 76 | 51 |
| Binary | 101000 | 1110001 | 10101010 | 1001100 | 100010 | 0 | 100001 | 11001110 | 111110 | 101001 |
Color Harmonies of #2871AA
Complementary color
Monochromatic Colors of #2871AA
Black with #2871AA
Text Example
Text Example
White with #2871AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871AA; }
p { color: rgb(40,113,170); }
H1.HeaderClassName
{
color: #2871AA;
}
.AnyTagClassName
{
color: #2871AA;
}
</style>
background-color css
<style>
a { background-color: #2871AA; }
a { background-color: rgb(40,113,170); }
div.DivClassName
{
background-color: #2871AA;
}
.BgClassName
{
background-color: #2871AA;
}
</style>
border-color css
<style>
span { border-color: #2871AA; }
span { border-color: rgb(40,113,170); }
td.TdClassName
{
border-color: #2871AA;
}
.TagClassName
{
border-color: #2871AA;
}
</style>