Shades of Lochmara #2E7B99
Tints of Lochmara #2E7B99
RGB
CMYK
RGB Variations
Color information
#2E7B99 (or 0x2E7B99) is known color: Lochmara. HEX triplet: 2E, 7B and 99. RGB value is (46,123,153). Sum of RGB (Red+Green+Blue) = 46+123+153=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E7B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7B99 is #D18466. Grayscale: #676767. Windows color (decimal): -13730919 or 10058542. OLE color: 10058542.
HSL color Cylindrical-coordinate representation of color #2E7B99: hue angle of 196.82º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E7B99 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 123 | 153 | - |
| CMYK | 0.70 | 0.20 | 0 | 0.4 |
| HSL | 196.82º | 0.54% | 0.39% | - |
| HSV(B) | 196.82º | 0.7% | 0.6% | - |
| XYZ | 13.96 | 17.05 | 32.69 | - |
| YUV | 103.4 | 155.99 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 153 | 0.70 | 0.20 | 0 | 0.4 | 196.82 | 0.54 | 0.39 |
| Hex | 2E | 7B | 99 | 46 | 14 | 0 | 28 | C5 | 36 | 27 |
| Octal | 56 | 173 | 231 | 106 | 24 | 0 | 50 | 305 | 66 | 47 |
| Binary | 101110 | 1111011 | 10011001 | 1000110 | 10100 | 0 | 101000 | 11000101 | 110110 | 100111 |
Color Harmonies of #2E7B99
Complementary color
Monochromatic Colors of #2E7B99
Black with #2E7B99
Text Example
Text Example
White with #2E7B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7B99; }
p { color: rgb(46,123,153); }
H1.HeaderClassName
{
color: #2E7B99;
}
.AnyTagClassName
{
color: #2E7B99;
}
</style>
background-color css
<style>
a { background-color: #2E7B99; }
a { background-color: rgb(46,123,153); }
div.DivClassName
{
background-color: #2E7B99;
}
.BgClassName
{
background-color: #2E7B99;
}
</style>
border-color css
<style>
span { border-color: #2E7B99; }
span { border-color: rgb(46,123,153); }
td.TdClassName
{
border-color: #2E7B99;
}
.TagClassName
{
border-color: #2E7B99;
}
</style>