Shades of Lochmara #2E7296
Tints of Lochmara #2E7296
RGB
CMYK
RGB Variations
Color information
#2E7296 (or 0x2E7296) is known color: Lochmara. HEX triplet: 2E, 72 and 96. RGB value is (46,114,150). Sum of RGB (Red+Green+Blue) = 46+114+150=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E7296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7296 is #D18D69. Grayscale: #616161. Windows color (decimal): -13733226 or 9859630. OLE color: 9859630.
HSL color Cylindrical-coordinate representation of color #2E7296: hue angle of 200.77º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7296 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 114 | 150 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.41 |
| HSL | 200.77º | 0.53% | 0.38% | - |
| HSV(B) | 200.77º | 0.69% | 0.59% | - |
| XYZ | 12.65 | 14.82 | 31.05 | - |
| YUV | 97.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 150 | 0.69 | 0.24 | 0 | 0.41 | 200.77 | 0.53 | 0.38 |
| Hex | 2E | 72 | 96 | 45 | 18 | 0 | 29 | C9 | 35 | 26 |
| Octal | 56 | 162 | 226 | 105 | 30 | 0 | 51 | 311 | 65 | 46 |
| Binary | 101110 | 1110010 | 10010110 | 1000101 | 11000 | 0 | 101001 | 11001001 | 110101 | 100110 |
Color Harmonies of #2E7296
Complementary color
Monochromatic Colors of #2E7296
Black with #2E7296
Text Example
Text Example
White with #2E7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7296; }
p { color: rgb(46,114,150); }
H1.HeaderClassName
{
color: #2E7296;
}
.AnyTagClassName
{
color: #2E7296;
}
</style>
background-color css
<style>
a { background-color: #2E7296; }
a { background-color: rgb(46,114,150); }
div.DivClassName
{
background-color: #2E7296;
}
.BgClassName
{
background-color: #2E7296;
}
</style>
border-color css
<style>
span { border-color: #2E7296; }
span { border-color: rgb(46,114,150); }
td.TdClassName
{
border-color: #2E7296;
}
.TagClassName
{
border-color: #2E7296;
}
</style>