Shades of Lochmara #2E6895
Tints of Lochmara #2E6895
RGB
CMYK
RGB Variations
Color information
#2E6895 (or 0x2E6895) is known color: Lochmara. HEX triplet: 2E, 68 and 95. RGB value is (46,104,149). Sum of RGB (Red+Green+Blue) = 46+104+149=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E6895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6895 is #D1976A. Grayscale: #5B5B5B. Windows color (decimal): -13735787 or 9791534. OLE color: 9791534.
HSL color Cylindrical-coordinate representation of color #2E6895: hue angle of 206.21º 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 #2E6895 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 104 | 149 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.42 |
| HSL | 206.21º | 0.53% | 0.38% | - |
| HSV(B) | 206.21º | 0.69% | 0.58% | - |
| XYZ | 11.5 | 12.65 | 30.27 | - |
| YUV | 91.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 149 | 0.69 | 0.30 | 0 | 0.42 | 206.21 | 0.53 | 0.38 |
| Hex | 2E | 68 | 95 | 45 | 1E | 0 | 2A | CE | 35 | 26 |
| Octal | 56 | 150 | 225 | 105 | 36 | 0 | 52 | 316 | 65 | 46 |
| Binary | 101110 | 1101000 | 10010101 | 1000101 | 11110 | 0 | 101010 | 11001110 | 110101 | 100110 |
Color Harmonies of #2E6895
Complementary color
Monochromatic Colors of #2E6895
Black with #2E6895
Text Example
Text Example
White with #2E6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6895; }
p { color: rgb(46,104,149); }
H1.HeaderClassName
{
color: #2E6895;
}
.AnyTagClassName
{
color: #2E6895;
}
</style>
background-color css
<style>
a { background-color: #2E6895; }
a { background-color: rgb(46,104,149); }
div.DivClassName
{
background-color: #2E6895;
}
.BgClassName
{
background-color: #2E6895;
}
</style>
border-color css
<style>
span { border-color: #2E6895; }
span { border-color: rgb(46,104,149); }
td.TdClassName
{
border-color: #2E6895;
}
.TagClassName
{
border-color: #2E6895;
}
</style>