Shades of Lochmara #2E619C
Tints of Lochmara #2E619C
RGB
CMYK
RGB Variations
Color information
#2E619C (or 0x2E619C) is known color: Lochmara. HEX triplet: 2E, 61 and 9C. RGB value is (46,97,156). Sum of RGB (Red+Green+Blue) = 46+97+156=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E619C is #D19E63. Grayscale: #585858. Windows color (decimal): -13737572 or 10248494. OLE color: 10248494.
HSL color Cylindrical-coordinate representation of color #2E619C: hue angle of 212.18º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E619C is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 97 | 156 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.39 |
| HSL | 212.18º | 0.54% | 0.4% | - |
| HSV(B) | 212.18º | 0.71% | 0.61% | - |
| XYZ | 11.4 | 11.53 | 33.08 | - |
| YUV | 88.48 | 166.1 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 156 | 0.71 | 0.38 | 0 | 0.39 | 212.18 | 0.54 | 0.4 |
| Hex | 2E | 61 | 9C | 47 | 26 | 0 | 27 | D4 | 36 | 28 |
| Octal | 56 | 141 | 234 | 107 | 46 | 0 | 47 | 324 | 66 | 50 |
| Binary | 101110 | 1100001 | 10011100 | 1000111 | 100110 | 0 | 100111 | 11010100 | 110110 | 101000 |
Color Harmonies of #2E619C
Complementary color
Monochromatic Colors of #2E619C
Black with #2E619C
Text Example
Text Example
White with #2E619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E619C; }
p { color: rgb(46,97,156); }
H1.HeaderClassName
{
color: #2E619C;
}
.AnyTagClassName
{
color: #2E619C;
}
</style>
background-color css
<style>
a { background-color: #2E619C; }
a { background-color: rgb(46,97,156); }
div.DivClassName
{
background-color: #2E619C;
}
.BgClassName
{
background-color: #2E619C;
}
</style>
border-color css
<style>
span { border-color: #2E619C; }
span { border-color: rgb(46,97,156); }
td.TdClassName
{
border-color: #2E619C;
}
.TagClassName
{
border-color: #2E619C;
}
</style>