Shades of Lochmara #2E7195
Tints of Lochmara #2E7195
RGB
CMYK
RGB Variations
Color information
#2E7195 (or 0x2E7195) is known color: Lochmara. HEX triplet: 2E, 71 and 95. RGB value is (46,113,149). Sum of RGB (Red+Green+Blue) = 46+113+149=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E7195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7195 is #D18E6A. Grayscale: #606060. Windows color (decimal): -13733483 or 9793838. OLE color: 9793838.
HSL color Cylindrical-coordinate representation of color #2E7195: hue angle of 200.97º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7195 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 113 | 149 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.42 |
| HSL | 200.97º | 0.53% | 0.38% | - |
| HSV(B) | 200.97º | 0.69% | 0.58% | - |
| XYZ | 12.46 | 14.56 | 30.59 | - |
| YUV | 97.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 149 | 0.69 | 0.24 | 0 | 0.42 | 200.97 | 0.53 | 0.38 |
| Hex | 2E | 71 | 95 | 45 | 18 | 0 | 2A | C9 | 35 | 26 |
| Octal | 56 | 161 | 225 | 105 | 30 | 0 | 52 | 311 | 65 | 46 |
| Binary | 101110 | 1110001 | 10010101 | 1000101 | 11000 | 0 | 101010 | 11001001 | 110101 | 100110 |
Color Harmonies of #2E7195
Complementary color
Monochromatic Colors of #2E7195
Black with #2E7195
Text Example
Text Example
White with #2E7195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7195; }
p { color: rgb(46,113,149); }
H1.HeaderClassName
{
color: #2E7195;
}
.AnyTagClassName
{
color: #2E7195;
}
</style>
background-color css
<style>
a { background-color: #2E7195; }
a { background-color: rgb(46,113,149); }
div.DivClassName
{
background-color: #2E7195;
}
.BgClassName
{
background-color: #2E7195;
}
</style>
border-color css
<style>
span { border-color: #2E7195; }
span { border-color: rgb(46,113,149); }
td.TdClassName
{
border-color: #2E7195;
}
.TagClassName
{
border-color: #2E7195;
}
</style>