Shades of Lochmara #2962AB
Tints of Lochmara #2962AB
RGB
CMYK
RGB Variations
Color information
#2962AB (or 0x2962AB) is known color: Lochmara. HEX triplet: 29, 62 and AB. RGB value is (41,98,171). Sum of RGB (Red+Green+Blue) = 41+98+171=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #2962AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2962AB is #D69D54. Grayscale: #585858. Windows color (decimal): -14064981 or 11231785. OLE color: 11231785.
HSL color Cylindrical-coordinate representation of color #2962AB: hue angle of 213.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2962AB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 98 | 171 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.33 |
| HSL | 213.69º | 0.61% | 0.42% | - |
| HSV(B) | 213.69º | 0.76% | 0.67% | - |
| XYZ | 12.63 | 12.15 | 40.21 | - |
| YUV | 89.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 171 | 0.76 | 0.43 | 0 | 0.33 | 213.69 | 0.61 | 0.42 |
| Hex | 29 | 62 | AB | 4C | 2B | 0 | 21 | D6 | 3D | 2A |
| Octal | 51 | 142 | 253 | 114 | 53 | 0 | 41 | 326 | 75 | 52 |
| Binary | 101001 | 1100010 | 10101011 | 1001100 | 101011 | 0 | 100001 | 11010110 | 111101 | 101010 |
Color Harmonies of #2962AB
Complementary color
Monochromatic Colors of #2962AB
Black with #2962AB
Text Example
Text Example
White with #2962AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2962AB; }
p { color: rgb(41,98,171); }
H1.HeaderClassName
{
color: #2962AB;
}
.AnyTagClassName
{
color: #2962AB;
}
</style>
background-color css
<style>
a { background-color: #2962AB; }
a { background-color: rgb(41,98,171); }
div.DivClassName
{
background-color: #2962AB;
}
.BgClassName
{
background-color: #2962AB;
}
</style>
border-color css
<style>
span { border-color: #2962AB; }
span { border-color: rgb(41,98,171); }
td.TdClassName
{
border-color: #2962AB;
}
.TagClassName
{
border-color: #2962AB;
}
</style>