Shades of Lochmara #2E7EAA
Tints of Lochmara #2E7EAA
RGB
CMYK
RGB Variations
Color information
#2E7EAA (or 0x2E7EAA) is known color: Lochmara. HEX triplet: 2E, 7E and AA. RGB value is (46,126,170). Sum of RGB (Red+Green+Blue) = 46+126+170=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E7EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7EAA is #D18155. Grayscale: #6A6A6A. Windows color (decimal): -13730134 or 11173422. OLE color: 11173422.
HSL color Cylindrical-coordinate representation of color #2E7EAA: hue angle of 201.29º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E7EAA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 126 | 170 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.33 |
| HSL | 201.29º | 0.57% | 0.42% | - |
| HSV(B) | 201.29º | 0.73% | 0.67% | - |
| XYZ | 15.84 | 18.4 | 40.75 | - |
| YUV | 107.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 126 | 170 | 0.73 | 0.26 | 0 | 0.33 | 201.29 | 0.57 | 0.42 |
| Hex | 2E | 7E | AA | 49 | 1A | 0 | 21 | C9 | 39 | 2A |
| Octal | 56 | 176 | 252 | 111 | 32 | 0 | 41 | 311 | 71 | 52 |
| Binary | 101110 | 1111110 | 10101010 | 1001001 | 11010 | 0 | 100001 | 11001001 | 111001 | 101010 |
Color Harmonies of #2E7EAA
Complementary color
Monochromatic Colors of #2E7EAA
Black with #2E7EAA
Text Example
Text Example
White with #2E7EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7EAA; }
p { color: rgb(46,126,170); }
H1.HeaderClassName
{
color: #2E7EAA;
}
.AnyTagClassName
{
color: #2E7EAA;
}
</style>
background-color css
<style>
a { background-color: #2E7EAA; }
a { background-color: rgb(46,126,170); }
div.DivClassName
{
background-color: #2E7EAA;
}
.BgClassName
{
background-color: #2E7EAA;
}
</style>
border-color css
<style>
span { border-color: #2E7EAA; }
span { border-color: rgb(46,126,170); }
td.TdClassName
{
border-color: #2E7EAA;
}
.TagClassName
{
border-color: #2E7EAA;
}
</style>