Shades of Lochmara #2E7C9E
Tints of Lochmara #2E7C9E
RGB
CMYK
RGB Variations
Color information
#2E7C9E (or 0x2E7C9E) is known color: Lochmara. HEX triplet: 2E, 7C and 9E. RGB value is (46,124,158). Sum of RGB (Red+Green+Blue) = 46+124+158=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E7C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7C9E is #D18361. Grayscale: #686868. Windows color (decimal): -13730658 or 10386478. OLE color: 10386478.
HSL color Cylindrical-coordinate representation of color #2E7C9E: hue angle of 198.21º 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 #2E7C9E is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 124 | 158 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.38 |
| HSL | 198.21º | 0.55% | 0.4% | - |
| HSV(B) | 198.21º | 0.71% | 0.62% | - |
| XYZ | 14.51 | 17.46 | 34.95 | - |
| YUV | 104.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 158 | 0.71 | 0.22 | 0 | 0.38 | 198.21 | 0.55 | 0.4 |
| Hex | 2E | 7C | 9E | 47 | 16 | 0 | 26 | C6 | 37 | 28 |
| Octal | 56 | 174 | 236 | 107 | 26 | 0 | 46 | 306 | 67 | 50 |
| Binary | 101110 | 1111100 | 10011110 | 1000111 | 10110 | 0 | 100110 | 11000110 | 110111 | 101000 |
Color Harmonies of #2E7C9E
Complementary color
Monochromatic Colors of #2E7C9E
Black with #2E7C9E
Text Example
Text Example
White with #2E7C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7C9E; }
p { color: rgb(46,124,158); }
H1.HeaderClassName
{
color: #2E7C9E;
}
.AnyTagClassName
{
color: #2E7C9E;
}
</style>
background-color css
<style>
a { background-color: #2E7C9E; }
a { background-color: rgb(46,124,158); }
div.DivClassName
{
background-color: #2E7C9E;
}
.BgClassName
{
background-color: #2E7C9E;
}
</style>
border-color css
<style>
span { border-color: #2E7C9E; }
span { border-color: rgb(46,124,158); }
td.TdClassName
{
border-color: #2E7C9E;
}
.TagClassName
{
border-color: #2E7C9E;
}
</style>