Shades of Lochmara #2E6EA4
Tints of Lochmara #2E6EA4
RGB
CMYK
RGB Variations
Color information
#2E6EA4 (or 0x2E6EA4) is known color: Lochmara. HEX triplet: 2E, 6E and A4. RGB value is (46,110,164). Sum of RGB (Red+Green+Blue) = 46+110+164=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 164 (64.45% from 255 or 51.25% from 320); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E6EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6EA4 is #D1915B. Grayscale: #606060. Windows color (decimal): -13734236 or 10776110. OLE color: 10776110.
HSL color Cylindrical-coordinate representation of color #2E6EA4: hue angle of 207.46º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E6EA4 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 110 | 164 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.36 |
| HSL | 207.46º | 0.56% | 0.41% | - |
| HSV(B) | 207.46º | 0.72% | 0.64% | - |
| XYZ | 13.4 | 14.41 | 37.2 | - |
| YUV | 97.02 | 165.8 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 164 | 0.72 | 0.33 | 0 | 0.36 | 207.46 | 0.56 | 0.41 |
| Hex | 2E | 6E | A4 | 48 | 21 | 0 | 24 | CF | 38 | 29 |
| Octal | 56 | 156 | 244 | 110 | 41 | 0 | 44 | 317 | 70 | 51 |
| Binary | 101110 | 1101110 | 10100100 | 1001000 | 100001 | 0 | 100100 | 11001111 | 111000 | 101001 |
Color Harmonies of #2E6EA4
Complementary color
Monochromatic Colors of #2E6EA4
Black with #2E6EA4
Text Example
Text Example
White with #2E6EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6EA4; }
p { color: rgb(46,110,164); }
H1.HeaderClassName
{
color: #2E6EA4;
}
.AnyTagClassName
{
color: #2E6EA4;
}
</style>
background-color css
<style>
a { background-color: #2E6EA4; }
a { background-color: rgb(46,110,164); }
div.DivClassName
{
background-color: #2E6EA4;
}
.BgClassName
{
background-color: #2E6EA4;
}
</style>
border-color css
<style>
span { border-color: #2E6EA4; }
span { border-color: rgb(46,110,164); }
td.TdClassName
{
border-color: #2E6EA4;
}
.TagClassName
{
border-color: #2E6EA4;
}
</style>