Shades of Lochmara #2861A2
Tints of Lochmara #2861A2
RGB
CMYK
RGB Variations
Color information
#2861A2 (or 0x2861A2) is known color: Lochmara. HEX triplet: 28, 61 and A2. RGB value is (40,97,162). Sum of RGB (Red+Green+Blue) = 40+97+162=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #2861A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2861A2 is #D79E5D. Grayscale: #575757. Windows color (decimal): -14130782 or 10641704. OLE color: 10641704.
HSL color Cylindrical-coordinate representation of color #2861A2: hue angle of 211.97º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2861A2 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 97 | 162 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.36 |
| HSL | 211.97º | 0.6% | 0.4% | - |
| HSV(B) | 211.97º | 0.75% | 0.64% | - |
| XYZ | 11.67 | 11.61 | 35.81 | - |
| YUV | 87.37 | 170.12 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 97 | 162 | 0.75 | 0.40 | 0 | 0.36 | 211.97 | 0.6 | 0.4 |
| Hex | 28 | 61 | A2 | 4B | 28 | 0 | 24 | D4 | 3C | 28 |
| Octal | 50 | 141 | 242 | 113 | 50 | 0 | 44 | 324 | 74 | 50 |
| Binary | 101000 | 1100001 | 10100010 | 1001011 | 101000 | 0 | 100100 | 11010100 | 111100 | 101000 |
Color Harmonies of #2861A2
Complementary color
Monochromatic Colors of #2861A2
Black with #2861A2
Text Example
Text Example
White with #2861A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2861A2; }
p { color: rgb(40,97,162); }
H1.HeaderClassName
{
color: #2861A2;
}
.AnyTagClassName
{
color: #2861A2;
}
</style>
background-color css
<style>
a { background-color: #2861A2; }
a { background-color: rgb(40,97,162); }
div.DivClassName
{
background-color: #2861A2;
}
.BgClassName
{
background-color: #2861A2;
}
</style>
border-color css
<style>
span { border-color: #2861A2; }
span { border-color: rgb(40,97,162); }
td.TdClassName
{
border-color: #2861A2;
}
.TagClassName
{
border-color: #2861A2;
}
</style>