Shades of Lochmara #2E71AB
Tints of Lochmara #2E71AB
RGB
CMYK
RGB Variations
Color information
#2E71AB (or 0x2E71AB) is known color: Lochmara. HEX triplet: 2E, 71 and AB. RGB value is (46,113,171). Sum of RGB (Red+Green+Blue) = 46+113+171=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E71AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E71AB is #D18E54. Grayscale: #636363. Windows color (decimal): -13733461 or 11235630. OLE color: 11235630.
HSL color Cylindrical-coordinate representation of color #2E71AB: hue angle of 207.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E71AB is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 113 | 171 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.33 |
| HSL | 207.84º | 0.58% | 0.43% | - |
| HSV(B) | 207.84º | 0.73% | 0.67% | - |
| XYZ | 14.38 | 15.33 | 40.73 | - |
| YUV | 99.58 | 168.3 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 171 | 0.73 | 0.34 | 0 | 0.33 | 207.84 | 0.58 | 0.43 |
| Hex | 2E | 71 | AB | 49 | 22 | 0 | 21 | D0 | 3A | 2B |
| Octal | 56 | 161 | 253 | 111 | 42 | 0 | 41 | 320 | 72 | 53 |
| Binary | 101110 | 1110001 | 10101011 | 1001001 | 100010 | 0 | 100001 | 11010000 | 111010 | 101011 |
Color Harmonies of #2E71AB
Complementary color
Monochromatic Colors of #2E71AB
Black with #2E71AB
Text Example
Text Example
White with #2E71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E71AB; }
p { color: rgb(46,113,171); }
H1.HeaderClassName
{
color: #2E71AB;
}
.AnyTagClassName
{
color: #2E71AB;
}
</style>
background-color css
<style>
a { background-color: #2E71AB; }
a { background-color: rgb(46,113,171); }
div.DivClassName
{
background-color: #2E71AB;
}
.BgClassName
{
background-color: #2E71AB;
}
</style>
border-color css
<style>
span { border-color: #2E71AB; }
span { border-color: rgb(46,113,171); }
td.TdClassName
{
border-color: #2E71AB;
}
.TagClassName
{
border-color: #2E71AB;
}
</style>