Shades of Lochmara #2861AC
Tints of Lochmara #2861AC
RGB
CMYK
RGB Variations
Color information
#2861AC (or 0x2861AC) is known color: Lochmara. HEX triplet: 28, 61 and AC. RGB value is (40,97,172). Sum of RGB (Red+Green+Blue) = 40+97+172=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #2861AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2861AC is #D79E53. Grayscale: #585858. Windows color (decimal): -14130772 or 11297064. OLE color: 11297064.
HSL color Cylindrical-coordinate representation of color #2861AC: hue angle of 214.09º 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 #2861AC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 97 | 172 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.33 |
| HSL | 214.09º | 0.62% | 0.42% | - |
| HSV(B) | 214.09º | 0.77% | 0.67% | - |
| XYZ | 12.6 | 11.98 | 40.68 | - |
| YUV | 88.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 172 | 0.77 | 0.44 | 0 | 0.33 | 214.09 | 0.62 | 0.42 |
| Hex | 28 | 61 | AC | 4D | 2C | 0 | 21 | D6 | 3E | 2A |
| Octal | 50 | 141 | 254 | 115 | 54 | 0 | 41 | 326 | 76 | 52 |
| Binary | 101000 | 1100001 | 10101100 | 1001101 | 101100 | 0 | 100001 | 11010110 | 111110 | 101010 |
Color Harmonies of #2861AC
Complementary color
Monochromatic Colors of #2861AC
Black with #2861AC
Text Example
Text Example
White with #2861AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2861AC; }
p { color: rgb(40,97,172); }
H1.HeaderClassName
{
color: #2861AC;
}
.AnyTagClassName
{
color: #2861AC;
}
</style>
background-color css
<style>
a { background-color: #2861AC; }
a { background-color: rgb(40,97,172); }
div.DivClassName
{
background-color: #2861AC;
}
.BgClassName
{
background-color: #2861AC;
}
</style>
border-color css
<style>
span { border-color: #2861AC; }
span { border-color: rgb(40,97,172); }
td.TdClassName
{
border-color: #2861AC;
}
.TagClassName
{
border-color: #2861AC;
}
</style>