Shades of Lochmara #2E679A
Tints of Lochmara #2E679A
RGB
CMYK
RGB Variations
Color information
#2E679A (or 0x2E679A) is known color: Lochmara. HEX triplet: 2E, 67 and 9A. RGB value is (46,103,154). Sum of RGB (Red+Green+Blue) = 46+103+154=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E679A is #D19865. Grayscale: #5B5B5B. Windows color (decimal): -13736038 or 10118958. OLE color: 10118958.
HSL color Cylindrical-coordinate representation of color #2E679A: hue angle of 208.33º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E679A is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 103 | 154 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.40 |
| HSL | 208.33º | 0.54% | 0.39% | - |
| HSV(B) | 208.33º | 0.7% | 0.6% | - |
| XYZ | 11.81 | 12.61 | 32.38 | - |
| YUV | 91.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 154 | 0.70 | 0.33 | 0 | 0.40 | 208.33 | 0.54 | 0.39 |
| Hex | 2E | 67 | 9A | 46 | 21 | 0 | 28 | D0 | 36 | 27 |
| Octal | 56 | 147 | 232 | 106 | 41 | 0 | 50 | 320 | 66 | 47 |
| Binary | 101110 | 1100111 | 10011010 | 1000110 | 100001 | 0 | 101000 | 11010000 | 110110 | 100111 |
Color Harmonies of #2E679A
Complementary color
Monochromatic Colors of #2E679A
Black with #2E679A
Text Example
Text Example
White with #2E679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E679A; }
p { color: rgb(46,103,154); }
H1.HeaderClassName
{
color: #2E679A;
}
.AnyTagClassName
{
color: #2E679A;
}
</style>
background-color css
<style>
a { background-color: #2E679A; }
a { background-color: rgb(46,103,154); }
div.DivClassName
{
background-color: #2E679A;
}
.BgClassName
{
background-color: #2E679A;
}
</style>
border-color css
<style>
span { border-color: #2E679A; }
span { border-color: rgb(46,103,154); }
td.TdClassName
{
border-color: #2E679A;
}
.TagClassName
{
border-color: #2E679A;
}
</style>