Shades of Lochmara #2963AA
Tints of Lochmara #2963AA
RGB
CMYK
RGB Variations
Color information
#2963AA (or 0x2963AA) is known color: Lochmara. HEX triplet: 29, 63 and AA. RGB value is (41,99,170). Sum of RGB (Red+Green+Blue) = 41+99+170=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #2963AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2963AA is #D69C55. Grayscale: #595959. Windows color (decimal): -14064726 or 11166505. OLE color: 11166505.
HSL color Cylindrical-coordinate representation of color #2963AA: hue angle of 213.02º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2963AA is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 99 | 170 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.33 |
| HSL | 213.02º | 0.61% | 0.41% | - |
| HSV(B) | 213.02º | 0.76% | 0.67% | - |
| XYZ | 12.63 | 12.3 | 39.74 | - |
| YUV | 89.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 170 | 0.76 | 0.42 | 0 | 0.33 | 213.02 | 0.61 | 0.41 |
| Hex | 29 | 63 | AA | 4C | 2A | 0 | 21 | D5 | 3D | 29 |
| Octal | 51 | 143 | 252 | 114 | 52 | 0 | 41 | 325 | 75 | 51 |
| Binary | 101001 | 1100011 | 10101010 | 1001100 | 101010 | 0 | 100001 | 11010101 | 111101 | 101001 |
Color Harmonies of #2963AA
Complementary color
Monochromatic Colors of #2963AA
Black with #2963AA
Text Example
Text Example
White with #2963AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963AA; }
p { color: rgb(41,99,170); }
H1.HeaderClassName
{
color: #2963AA;
}
.AnyTagClassName
{
color: #2963AA;
}
</style>
background-color css
<style>
a { background-color: #2963AA; }
a { background-color: rgb(41,99,170); }
div.DivClassName
{
background-color: #2963AA;
}
.BgClassName
{
background-color: #2963AA;
}
</style>
border-color css
<style>
span { border-color: #2963AA; }
span { border-color: rgb(41,99,170); }
td.TdClassName
{
border-color: #2963AA;
}
.TagClassName
{
border-color: #2963AA;
}
</style>