Shades of Lochmara #2E609D
Tints of Lochmara #2E609D
RGB
CMYK
RGB Variations
Color information
#2E609D (or 0x2E609D) is known color: Lochmara. HEX triplet: 2E, 60 and 9D. RGB value is (46,96,157). Sum of RGB (Red+Green+Blue) = 46+96+157=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E609D is #D19F62. Grayscale: #575757. Windows color (decimal): -13737827 or 10313774. OLE color: 10313774.
HSL color Cylindrical-coordinate representation of color #2E609D: hue angle of 212.97º 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 #2E609D is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 96 | 157 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.38 |
| HSL | 212.97º | 0.55% | 0.4% | - |
| HSV(B) | 212.97º | 0.71% | 0.62% | - |
| XYZ | 11.4 | 11.38 | 33.49 | - |
| YUV | 88 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 157 | 0.71 | 0.39 | 0 | 0.38 | 212.97 | 0.55 | 0.4 |
| Hex | 2E | 60 | 9D | 47 | 27 | 0 | 26 | D5 | 37 | 28 |
| Octal | 56 | 140 | 235 | 107 | 47 | 0 | 46 | 325 | 67 | 50 |
| Binary | 101110 | 1100000 | 10011101 | 1000111 | 100111 | 0 | 100110 | 11010101 | 110111 | 101000 |
Color Harmonies of #2E609D
Complementary color
Monochromatic Colors of #2E609D
Black with #2E609D
Text Example
Text Example
White with #2E609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E609D; }
p { color: rgb(46,96,157); }
H1.HeaderClassName
{
color: #2E609D;
}
.AnyTagClassName
{
color: #2E609D;
}
</style>
background-color css
<style>
a { background-color: #2E609D; }
a { background-color: rgb(46,96,157); }
div.DivClassName
{
background-color: #2E609D;
}
.BgClassName
{
background-color: #2E609D;
}
</style>
border-color css
<style>
span { border-color: #2E609D; }
span { border-color: rgb(46,96,157); }
td.TdClassName
{
border-color: #2E609D;
}
.TagClassName
{
border-color: #2E609D;
}
</style>