Shades of Lochmara #2870AC
Tints of Lochmara #2870AC
RGB
CMYK
RGB Variations
Color information
#2870AC (or 0x2870AC) is known color: Lochmara. HEX triplet: 28, 70 and AC. RGB value is (40,112,172). Sum of RGB (Red+Green+Blue) = 40+112+172=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #2870AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2870AC is #D78F53. Grayscale: #616161. Windows color (decimal): -14126932 or 11300904. OLE color: 11300904.
HSL color Cylindrical-coordinate representation of color #2870AC: hue angle of 207.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2870AC is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 112 | 172 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.33 |
| HSL | 207.27º | 0.62% | 0.42% | - |
| HSV(B) | 207.27º | 0.77% | 0.67% | - |
| XYZ | 14.12 | 15.02 | 41.18 | - |
| YUV | 97.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 172 | 0.77 | 0.35 | 0 | 0.33 | 207.27 | 0.62 | 0.42 |
| Hex | 28 | 70 | AC | 4D | 23 | 0 | 21 | CF | 3E | 2A |
| Octal | 50 | 160 | 254 | 115 | 43 | 0 | 41 | 317 | 76 | 52 |
| Binary | 101000 | 1110000 | 10101100 | 1001101 | 100011 | 0 | 100001 | 11001111 | 111110 | 101010 |
Color Harmonies of #2870AC
Complementary color
Monochromatic Colors of #2870AC
Black with #2870AC
Text Example
Text Example
White with #2870AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2870AC; }
p { color: rgb(40,112,172); }
H1.HeaderClassName
{
color: #2870AC;
}
.AnyTagClassName
{
color: #2870AC;
}
</style>
background-color css
<style>
a { background-color: #2870AC; }
a { background-color: rgb(40,112,172); }
div.DivClassName
{
background-color: #2870AC;
}
.BgClassName
{
background-color: #2870AC;
}
</style>
border-color css
<style>
span { border-color: #2870AC; }
span { border-color: rgb(40,112,172); }
td.TdClassName
{
border-color: #2870AC;
}
.TagClassName
{
border-color: #2870AC;
}
</style>