Shades of Lochmara #2E649F
Tints of Lochmara #2E649F
RGB
CMYK
RGB Variations
Color information
#2E649F (or 0x2E649F) is known color: Lochmara. HEX triplet: 2E, 64 and 9F. RGB value is (46,100,159). Sum of RGB (Red+Green+Blue) = 46+100+159=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E649F is #D19B60. Grayscale: #5A5A5A. Windows color (decimal): -13736801 or 10445870. OLE color: 10445870.
HSL color Cylindrical-coordinate representation of color #2E649F: hue angle of 211.33º 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 #2E649F is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 100 | 159 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.38 |
| HSL | 211.33º | 0.55% | 0.4% | - |
| HSV(B) | 211.33º | 0.71% | 0.62% | - |
| XYZ | 11.94 | 12.2 | 34.53 | - |
| YUV | 90.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 159 | 0.71 | 0.37 | 0 | 0.38 | 211.33 | 0.55 | 0.4 |
| Hex | 2E | 64 | 9F | 47 | 25 | 0 | 26 | D3 | 37 | 28 |
| Octal | 56 | 144 | 237 | 107 | 45 | 0 | 46 | 323 | 67 | 50 |
| Binary | 101110 | 1100100 | 10011111 | 1000111 | 100101 | 0 | 100110 | 11010011 | 110111 | 101000 |
Color Harmonies of #2E649F
Complementary color
Monochromatic Colors of #2E649F
Black with #2E649F
Text Example
Text Example
White with #2E649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E649F; }
p { color: rgb(46,100,159); }
H1.HeaderClassName
{
color: #2E649F;
}
.AnyTagClassName
{
color: #2E649F;
}
</style>
background-color css
<style>
a { background-color: #2E649F; }
a { background-color: rgb(46,100,159); }
div.DivClassName
{
background-color: #2E649F;
}
.BgClassName
{
background-color: #2E649F;
}
</style>
border-color css
<style>
span { border-color: #2E649F; }
span { border-color: rgb(46,100,159); }
td.TdClassName
{
border-color: #2E649F;
}
.TagClassName
{
border-color: #2E649F;
}
</style>