Shades of Lochmara #2E6996
Tints of Lochmara #2E6996
RGB
CMYK
RGB Variations
Color information
#2E6996 (or 0x2E6996) is known color: Lochmara. HEX triplet: 2E, 69 and 96. RGB value is (46,105,150). Sum of RGB (Red+Green+Blue) = 46+105+150=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E6996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6996 is #D19669. Grayscale: #5C5C5C. Windows color (decimal): -13735530 or 9857326. OLE color: 9857326.
HSL color Cylindrical-coordinate representation of color #2E6996: hue angle of 205.96º 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 #2E6996 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 105 | 150 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.41 |
| HSL | 205.96º | 0.53% | 0.38% | - |
| HSV(B) | 205.96º | 0.69% | 0.59% | - |
| XYZ | 11.68 | 12.89 | 30.73 | - |
| YUV | 92.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 150 | 0.69 | 0.30 | 0 | 0.41 | 205.96 | 0.53 | 0.38 |
| Hex | 2E | 69 | 96 | 45 | 1E | 0 | 29 | CE | 35 | 26 |
| Octal | 56 | 151 | 226 | 105 | 36 | 0 | 51 | 316 | 65 | 46 |
| Binary | 101110 | 1101001 | 10010110 | 1000101 | 11110 | 0 | 101001 | 11001110 | 110101 | 100110 |
Color Harmonies of #2E6996
Complementary color
Monochromatic Colors of #2E6996
Black with #2E6996
Text Example
Text Example
White with #2E6996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6996; }
p { color: rgb(46,105,150); }
H1.HeaderClassName
{
color: #2E6996;
}
.AnyTagClassName
{
color: #2E6996;
}
</style>
background-color css
<style>
a { background-color: #2E6996; }
a { background-color: rgb(46,105,150); }
div.DivClassName
{
background-color: #2E6996;
}
.BgClassName
{
background-color: #2E6996;
}
</style>
border-color css
<style>
span { border-color: #2E6996; }
span { border-color: rgb(46,105,150); }
td.TdClassName
{
border-color: #2E6996;
}
.TagClassName
{
border-color: #2E6996;
}
</style>