Shades of Lochmara #2871AF
Tints of Lochmara #2871AF
RGB
CMYK
RGB Variations
Color information
#2871AF (or 0x2871AF) is known color: Lochmara. HEX triplet: 28, 71 and AF. RGB value is (40,113,175). Sum of RGB (Red+Green+Blue) = 40+113+175=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #2871AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2871AF is #D78E50. Grayscale: #616161. Windows color (decimal): -14126673 or 11497768. OLE color: 11497768.
HSL color Cylindrical-coordinate representation of color #2871AF: hue angle of 207.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2871AF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 113 | 175 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.31 |
| HSL | 207.56º | 0.63% | 0.42% | - |
| HSV(B) | 207.56º | 0.77% | 0.69% | - |
| XYZ | 14.52 | 15.36 | 42.76 | - |
| YUV | 98.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 175 | 0.77 | 0.35 | 0 | 0.31 | 207.56 | 0.63 | 0.42 |
| Hex | 28 | 71 | AF | 4D | 23 | 0 | 1F | D0 | 3F | 2A |
| Octal | 50 | 161 | 257 | 115 | 43 | 0 | 37 | 320 | 77 | 52 |
| Binary | 101000 | 1110001 | 10101111 | 1001101 | 100011 | 0 | 11111 | 11010000 | 111111 | 101010 |
Color Harmonies of #2871AF
Complementary color
Monochromatic Colors of #2871AF
Black with #2871AF
Text Example
Text Example
White with #2871AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2871AF; }
p { color: rgb(40,113,175); }
H1.HeaderClassName
{
color: #2871AF;
}
.AnyTagClassName
{
color: #2871AF;
}
</style>
background-color css
<style>
a { background-color: #2871AF; }
a { background-color: rgb(40,113,175); }
div.DivClassName
{
background-color: #2871AF;
}
.BgClassName
{
background-color: #2871AF;
}
</style>
border-color css
<style>
span { border-color: #2871AF; }
span { border-color: rgb(40,113,175); }
td.TdClassName
{
border-color: #2871AF;
}
.TagClassName
{
border-color: #2871AF;
}
</style>