Shades of Lochmara #2E6B95
Tints of Lochmara #2E6B95
RGB
CMYK
RGB Variations
Color information
#2E6B95 (or 0x2E6B95) is known color: Lochmara. HEX triplet: 2E, 6B and 95. RGB value is (46,107,149). Sum of RGB (Red+Green+Blue) = 46+107+149=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E6B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6B95 is #D1946A. Grayscale: #5D5D5D. Windows color (decimal): -13735019 or 9792302. OLE color: 9792302.
HSL color Cylindrical-coordinate representation of color #2E6B95: hue angle of 204.47º 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 #2E6B95 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 107 | 149 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.42 |
| HSL | 204.47º | 0.53% | 0.38% | - |
| HSV(B) | 204.47º | 0.69% | 0.58% | - |
| XYZ | 11.81 | 13.27 | 30.37 | - |
| YUV | 93.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 149 | 0.69 | 0.28 | 0 | 0.42 | 204.47 | 0.53 | 0.38 |
| Hex | 2E | 6B | 95 | 45 | 1C | 0 | 2A | CC | 35 | 26 |
| Octal | 56 | 153 | 225 | 105 | 34 | 0 | 52 | 314 | 65 | 46 |
| Binary | 101110 | 1101011 | 10010101 | 1000101 | 11100 | 0 | 101010 | 11001100 | 110101 | 100110 |
Color Harmonies of #2E6B95
Complementary color
Monochromatic Colors of #2E6B95
Black with #2E6B95
Text Example
Text Example
White with #2E6B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B95; }
p { color: rgb(46,107,149); }
H1.HeaderClassName
{
color: #2E6B95;
}
.AnyTagClassName
{
color: #2E6B95;
}
</style>
background-color css
<style>
a { background-color: #2E6B95; }
a { background-color: rgb(46,107,149); }
div.DivClassName
{
background-color: #2E6B95;
}
.BgClassName
{
background-color: #2E6B95;
}
</style>
border-color css
<style>
span { border-color: #2E6B95; }
span { border-color: rgb(46,107,149); }
td.TdClassName
{
border-color: #2E6B95;
}
.TagClassName
{
border-color: #2E6B95;
}
</style>