Shades of Lochmara #2E619D
Tints of Lochmara #2E619D
RGB
CMYK
RGB Variations
Color information
#2E619D (or 0x2E619D) is known color: Lochmara. HEX triplet: 2E, 61 and 9D. RGB value is (46,97,157). Sum of RGB (Red+Green+Blue) = 46+97+157=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E619D is #D19E62. Grayscale: #585858. Windows color (decimal): -13737571 or 10314030. OLE color: 10314030.
HSL color Cylindrical-coordinate representation of color #2E619D: hue angle of 212.43º 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 #2E619D is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 97 | 157 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.38 |
| HSL | 212.43º | 0.55% | 0.4% | - |
| HSV(B) | 212.43º | 0.71% | 0.62% | - |
| XYZ | 11.49 | 11.56 | 33.53 | - |
| YUV | 88.59 | 166.6 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 157 | 0.71 | 0.38 | 0 | 0.38 | 212.43 | 0.55 | 0.4 |
| Hex | 2E | 61 | 9D | 47 | 26 | 0 | 26 | D4 | 37 | 28 |
| Octal | 56 | 141 | 235 | 107 | 46 | 0 | 46 | 324 | 67 | 50 |
| Binary | 101110 | 1100001 | 10011101 | 1000111 | 100110 | 0 | 100110 | 11010100 | 110111 | 101000 |
Color Harmonies of #2E619D
Complementary color
Monochromatic Colors of #2E619D
Black with #2E619D
Text Example
Text Example
White with #2E619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E619D; }
p { color: rgb(46,97,157); }
H1.HeaderClassName
{
color: #2E619D;
}
.AnyTagClassName
{
color: #2E619D;
}
</style>
background-color css
<style>
a { background-color: #2E619D; }
a { background-color: rgb(46,97,157); }
div.DivClassName
{
background-color: #2E619D;
}
.BgClassName
{
background-color: #2E619D;
}
</style>
border-color css
<style>
span { border-color: #2E619D; }
span { border-color: rgb(46,97,157); }
td.TdClassName
{
border-color: #2E619D;
}
.TagClassName
{
border-color: #2E619D;
}
</style>