Shades of Lochmara #2E5D9E
Tints of Lochmara #2E5D9E
RGB
CMYK
RGB Variations
Color information
#2E5D9E (or 0x2E5D9E) is known color: Lochmara. HEX triplet: 2E, 5D and 9E. RGB value is (46,93,158). Sum of RGB (Red+Green+Blue) = 46+93+158=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E5D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5D9E is #D1A261. Grayscale: #565656. Windows color (decimal): -13738594 or 10378542. OLE color: 10378542.
HSL color Cylindrical-coordinate representation of color #2E5D9E: hue angle of 214.82º 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 #2E5D9E is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 93 | 158 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.38 |
| HSL | 214.82º | 0.55% | 0.4% | - |
| HSV(B) | 214.82º | 0.71% | 0.62% | - |
| XYZ | 11.21 | 10.88 | 33.86 | - |
| YUV | 86.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 93 | 158 | 0.71 | 0.41 | 0 | 0.38 | 214.82 | 0.55 | 0.4 |
| Hex | 2E | 5D | 9E | 47 | 29 | 0 | 26 | D7 | 37 | 28 |
| Octal | 56 | 135 | 236 | 107 | 51 | 0 | 46 | 327 | 67 | 50 |
| Binary | 101110 | 1011101 | 10011110 | 1000111 | 101001 | 0 | 100110 | 11010111 | 110111 | 101000 |
Color Harmonies of #2E5D9E
Complementary color
Monochromatic Colors of #2E5D9E
Black with #2E5D9E
Text Example
Text Example
White with #2E5D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5D9E; }
p { color: rgb(46,93,158); }
H1.HeaderClassName
{
color: #2E5D9E;
}
.AnyTagClassName
{
color: #2E5D9E;
}
</style>
background-color css
<style>
a { background-color: #2E5D9E; }
a { background-color: rgb(46,93,158); }
div.DivClassName
{
background-color: #2E5D9E;
}
.BgClassName
{
background-color: #2E5D9E;
}
</style>
border-color css
<style>
span { border-color: #2E5D9E; }
span { border-color: rgb(46,93,158); }
td.TdClassName
{
border-color: #2E5D9E;
}
.TagClassName
{
border-color: #2E5D9E;
}
</style>