Shades of Lochmara #2E7DA8
Tints of Lochmara #2E7DA8
RGB
CMYK
RGB Variations
Color information
#2E7DA8 (or 0x2E7DA8) is known color: Lochmara. HEX triplet: 2E, 7D and A8. RGB value is (46,125,168). Sum of RGB (Red+Green+Blue) = 46+125+168=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 168 - color contains mainly: blue. Hex color #2E7DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7DA8 is #D18257. Grayscale: #6A6A6A. Windows color (decimal): -13730392 or 11042094. OLE color: 11042094.
HSL color Cylindrical-coordinate representation of color #2E7DA8: hue angle of 201.15º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E7DA8 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 125 | 168 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.34 |
| HSL | 201.15º | 0.57% | 0.42% | - |
| HSV(B) | 201.15º | 0.73% | 0.66% | - |
| XYZ | 15.53 | 18.08 | 39.72 | - |
| YUV | 106.28 | 162.83 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 168 | 0.73 | 0.26 | 0 | 0.34 | 201.15 | 0.57 | 0.42 |
| Hex | 2E | 7D | A8 | 49 | 1A | 0 | 22 | C9 | 39 | 2A |
| Octal | 56 | 175 | 250 | 111 | 32 | 0 | 42 | 311 | 71 | 52 |
| Binary | 101110 | 1111101 | 10101000 | 1001001 | 11010 | 0 | 100010 | 11001001 | 111001 | 101010 |
Color Harmonies of #2E7DA8
Complementary color
Monochromatic Colors of #2E7DA8
Black with #2E7DA8
Text Example
Text Example
White with #2E7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7DA8; }
p { color: rgb(46,125,168); }
H1.HeaderClassName
{
color: #2E7DA8;
}
.AnyTagClassName
{
color: #2E7DA8;
}
</style>
background-color css
<style>
a { background-color: #2E7DA8; }
a { background-color: rgb(46,125,168); }
div.DivClassName
{
background-color: #2E7DA8;
}
.BgClassName
{
background-color: #2E7DA8;
}
</style>
border-color css
<style>
span { border-color: #2E7DA8; }
span { border-color: rgb(46,125,168); }
td.TdClassName
{
border-color: #2E7DA8;
}
.TagClassName
{
border-color: #2E7DA8;
}
</style>