Shades of Lochmara #2963A1
Tints of Lochmara #2963A1
RGB
CMYK
RGB Variations
Color information
#2963A1 (or 0x2963A1) is known color: Lochmara. HEX triplet: 29, 63 and A1. RGB value is (41,99,161). Sum of RGB (Red+Green+Blue) = 41+99+161=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #2963A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2963A1 is #D69C5E. Grayscale: #585858. Windows color (decimal): -14064735 or 10576681. OLE color: 10576681.
HSL color Cylindrical-coordinate representation of color #2963A1: hue angle of 211º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2963A1 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 99 | 161 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.37 |
| HSL | 211º | 0.59% | 0.4% | - |
| HSV(B) | 211º | 0.75% | 0.63% | - |
| XYZ | 11.81 | 11.97 | 35.41 | - |
| YUV | 88.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 161 | 0.75 | 0.39 | 0 | 0.37 | 211 | 0.59 | 0.4 |
| Hex | 29 | 63 | A1 | 4B | 27 | 0 | 25 | D3 | 3B | 28 |
| Octal | 51 | 143 | 241 | 113 | 47 | 0 | 45 | 323 | 73 | 50 |
| Binary | 101001 | 1100011 | 10100001 | 1001011 | 100111 | 0 | 100101 | 11010011 | 111011 | 101000 |
Color Harmonies of #2963A1
Complementary color
Monochromatic Colors of #2963A1
Black with #2963A1
Text Example
Text Example
White with #2963A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963A1; }
p { color: rgb(41,99,161); }
H1.HeaderClassName
{
color: #2963A1;
}
.AnyTagClassName
{
color: #2963A1;
}
</style>
background-color css
<style>
a { background-color: #2963A1; }
a { background-color: rgb(41,99,161); }
div.DivClassName
{
background-color: #2963A1;
}
.BgClassName
{
background-color: #2963A1;
}
</style>
border-color css
<style>
span { border-color: #2963A1; }
span { border-color: rgb(41,99,161); }
td.TdClassName
{
border-color: #2963A1;
}
.TagClassName
{
border-color: #2963A1;
}
</style>