Shades of Lochmara #2E6F96
Tints of Lochmara #2E6F96
RGB
CMYK
RGB Variations
Color information
#2E6F96 (or 0x2E6F96) is known color: Lochmara. HEX triplet: 2E, 6F and 96. RGB value is (46,111,150). Sum of RGB (Red+Green+Blue) = 46+111+150=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E6F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6F96 is #D19069. Grayscale: #5F5F5F. Windows color (decimal): -13733994 or 9858862. OLE color: 9858862.
HSL color Cylindrical-coordinate representation of color #2E6F96: hue angle of 202.5º 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 #2E6F96 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 111 | 150 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.41 |
| HSL | 202.5º | 0.53% | 0.38% | - |
| HSV(B) | 202.5º | 0.69% | 0.59% | - |
| XYZ | 12.32 | 14.15 | 30.94 | - |
| YUV | 96.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 150 | 0.69 | 0.26 | 0 | 0.41 | 202.5 | 0.53 | 0.38 |
| Hex | 2E | 6F | 96 | 45 | 1A | 0 | 29 | CA | 35 | 26 |
| Octal | 56 | 157 | 226 | 105 | 32 | 0 | 51 | 312 | 65 | 46 |
| Binary | 101110 | 1101111 | 10010110 | 1000101 | 11010 | 0 | 101001 | 11001010 | 110101 | 100110 |
Color Harmonies of #2E6F96
Complementary color
Monochromatic Colors of #2E6F96
Black with #2E6F96
Text Example
Text Example
White with #2E6F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F96; }
p { color: rgb(46,111,150); }
H1.HeaderClassName
{
color: #2E6F96;
}
.AnyTagClassName
{
color: #2E6F96;
}
</style>
background-color css
<style>
a { background-color: #2E6F96; }
a { background-color: rgb(46,111,150); }
div.DivClassName
{
background-color: #2E6F96;
}
.BgClassName
{
background-color: #2E6F96;
}
</style>
border-color css
<style>
span { border-color: #2E6F96; }
span { border-color: rgb(46,111,150); }
td.TdClassName
{
border-color: #2E6F96;
}
.TagClassName
{
border-color: #2E6F96;
}
</style>