Shades of Lochmara #2E649D
Tints of Lochmara #2E649D
RGB
CMYK
RGB Variations
Color information
#2E649D (or 0x2E649D) is known color: Lochmara. HEX triplet: 2E, 64 and 9D. RGB value is (46,100,157). Sum of RGB (Red+Green+Blue) = 46+100+157=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E649D is #D19B62. Grayscale: #5A5A5A. Windows color (decimal): -13736803 or 10314798. OLE color: 10314798.
HSL color Cylindrical-coordinate representation of color #2E649D: hue angle of 210.81º 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 #2E649D is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 100 | 157 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.38 |
| HSL | 210.81º | 0.55% | 0.4% | - |
| HSV(B) | 210.81º | 0.71% | 0.62% | - |
| XYZ | 11.77 | 12.13 | 33.62 | - |
| YUV | 90.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 157 | 0.71 | 0.36 | 0 | 0.38 | 210.81 | 0.55 | 0.4 |
| Hex | 2E | 64 | 9D | 47 | 24 | 0 | 26 | D3 | 37 | 28 |
| Octal | 56 | 144 | 235 | 107 | 44 | 0 | 46 | 323 | 67 | 50 |
| Binary | 101110 | 1100100 | 10011101 | 1000111 | 100100 | 0 | 100110 | 11010011 | 110111 | 101000 |
Color Harmonies of #2E649D
Complementary color
Monochromatic Colors of #2E649D
Black with #2E649D
Text Example
Text Example
White with #2E649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E649D; }
p { color: rgb(46,100,157); }
H1.HeaderClassName
{
color: #2E649D;
}
.AnyTagClassName
{
color: #2E649D;
}
</style>
background-color css
<style>
a { background-color: #2E649D; }
a { background-color: rgb(46,100,157); }
div.DivClassName
{
background-color: #2E649D;
}
.BgClassName
{
background-color: #2E649D;
}
</style>
border-color css
<style>
span { border-color: #2E649D; }
span { border-color: rgb(46,100,157); }
td.TdClassName
{
border-color: #2E649D;
}
.TagClassName
{
border-color: #2E649D;
}
</style>