Shades of Lochmara #2860AC
Tints of Lochmara #2860AC
RGB
CMYK
RGB Variations
Color information
#2860AC (or 0x2860AC) is known color: Lochmara. HEX triplet: 28, 60 and AC. RGB value is (40,96,172). Sum of RGB (Red+Green+Blue) = 40+96+172=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #2860AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2860AC is #D79F53. Grayscale: #575757. Windows color (decimal): -14131028 or 11296808. OLE color: 11296808.
HSL color Cylindrical-coordinate representation of color #2860AC: hue angle of 214.55º 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 #2860AC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 96 | 172 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.33 |
| HSL | 214.55º | 0.62% | 0.42% | - |
| HSV(B) | 214.55º | 0.77% | 0.67% | - |
| XYZ | 12.5 | 11.8 | 40.65 | - |
| YUV | 87.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 172 | 0.77 | 0.44 | 0 | 0.33 | 214.55 | 0.62 | 0.42 |
| Hex | 28 | 60 | AC | 4D | 2C | 0 | 21 | D7 | 3E | 2A |
| Octal | 50 | 140 | 254 | 115 | 54 | 0 | 41 | 327 | 76 | 52 |
| Binary | 101000 | 1100000 | 10101100 | 1001101 | 101100 | 0 | 100001 | 11010111 | 111110 | 101010 |
Color Harmonies of #2860AC
Complementary color
Monochromatic Colors of #2860AC
Black with #2860AC
Text Example
Text Example
White with #2860AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2860AC; }
p { color: rgb(40,96,172); }
H1.HeaderClassName
{
color: #2860AC;
}
.AnyTagClassName
{
color: #2860AC;
}
</style>
background-color css
<style>
a { background-color: #2860AC; }
a { background-color: rgb(40,96,172); }
div.DivClassName
{
background-color: #2860AC;
}
.BgClassName
{
background-color: #2860AC;
}
</style>
border-color css
<style>
span { border-color: #2860AC; }
span { border-color: rgb(40,96,172); }
td.TdClassName
{
border-color: #2860AC;
}
.TagClassName
{
border-color: #2860AC;
}
</style>