Shades of Lochmara #2960A2
Tints of Lochmara #2960A2
RGB
CMYK
RGB Variations
Color information
#2960A2 (or 0x2960A2) is known color: Lochmara. HEX triplet: 29, 60 and A2. RGB value is (41,96,162). Sum of RGB (Red+Green+Blue) = 41+96+162=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 96 (37.89% from 255 or 32.11% 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 #2960A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2960A2 is #D69F5D. Grayscale: #565656. Windows color (decimal): -14065502 or 10641449. OLE color: 10641449.
HSL color Cylindrical-coordinate representation of color #2960A2: hue angle of 212.73º 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 #2960A2 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 96 | 162 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.36 |
| HSL | 212.73º | 0.6% | 0.4% | - |
| HSV(B) | 212.73º | 0.75% | 0.64% | - |
| XYZ | 11.62 | 11.45 | 35.78 | - |
| YUV | 87.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 162 | 0.75 | 0.41 | 0 | 0.36 | 212.73 | 0.6 | 0.4 |
| Hex | 29 | 60 | A2 | 4B | 29 | 0 | 24 | D5 | 3C | 28 |
| Octal | 51 | 140 | 242 | 113 | 51 | 0 | 44 | 325 | 74 | 50 |
| Binary | 101001 | 1100000 | 10100010 | 1001011 | 101001 | 0 | 100100 | 11010101 | 111100 | 101000 |
Color Harmonies of #2960A2
Complementary color
Monochromatic Colors of #2960A2
Black with #2960A2
Text Example
Text Example
White with #2960A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2960A2; }
p { color: rgb(41,96,162); }
H1.HeaderClassName
{
color: #2960A2;
}
.AnyTagClassName
{
color: #2960A2;
}
</style>
background-color css
<style>
a { background-color: #2960A2; }
a { background-color: rgb(41,96,162); }
div.DivClassName
{
background-color: #2960A2;
}
.BgClassName
{
background-color: #2960A2;
}
</style>
border-color css
<style>
span { border-color: #2960A2; }
span { border-color: rgb(41,96,162); }
td.TdClassName
{
border-color: #2960A2;
}
.TagClassName
{
border-color: #2960A2;
}
</style>