Shades of Lochmara #2E739E
Tints of Lochmara #2E739E
RGB
CMYK
RGB Variations
Color information
#2E739E (or 0x2E739E) is known color: Lochmara. HEX triplet: 2E, 73 and 9E. RGB value is (46,115,158). Sum of RGB (Red+Green+Blue) = 46+115+158=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E739E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E739E is #D18C61. Grayscale: #636363. Windows color (decimal): -13732962 or 10384174. OLE color: 10384174.
HSL color Cylindrical-coordinate representation of color #2E739E: hue angle of 203.04º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E739E is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 115 | 158 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.38 |
| HSL | 203.04º | 0.55% | 0.4% | - |
| HSV(B) | 203.04º | 0.71% | 0.62% | - |
| XYZ | 13.43 | 15.31 | 34.6 | - |
| YUV | 99.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 158 | 0.71 | 0.27 | 0 | 0.38 | 203.04 | 0.55 | 0.4 |
| Hex | 2E | 73 | 9E | 47 | 1B | 0 | 26 | CB | 37 | 28 |
| Octal | 56 | 163 | 236 | 107 | 33 | 0 | 46 | 313 | 67 | 50 |
| Binary | 101110 | 1110011 | 10011110 | 1000111 | 11011 | 0 | 100110 | 11001011 | 110111 | 101000 |
Color Harmonies of #2E739E
Complementary color
Monochromatic Colors of #2E739E
Black with #2E739E
Text Example
Text Example
White with #2E739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E739E; }
p { color: rgb(46,115,158); }
H1.HeaderClassName
{
color: #2E739E;
}
.AnyTagClassName
{
color: #2E739E;
}
</style>
background-color css
<style>
a { background-color: #2E739E; }
a { background-color: rgb(46,115,158); }
div.DivClassName
{
background-color: #2E739E;
}
.BgClassName
{
background-color: #2E739E;
}
</style>
border-color css
<style>
span { border-color: #2E739E; }
span { border-color: rgb(46,115,158); }
td.TdClassName
{
border-color: #2E739E;
}
.TagClassName
{
border-color: #2E739E;
}
</style>