Shades of Lochmara #2E6AAC
Tints of Lochmara #2E6AAC
RGB
CMYK
RGB Variations
Color information
#2E6AAC (or 0x2E6AAC) is known color: Lochmara. HEX triplet: 2E, 6A and AC. RGB value is (46,106,172). Sum of RGB (Red+Green+Blue) = 46+106+172=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E6AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6AAC is #D19553. Grayscale: #5F5F5F. Windows color (decimal): -13735252 or 11299374. OLE color: 11299374.
HSL color Cylindrical-coordinate representation of color #2E6AAC: hue angle of 211.43º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E6AAC is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 106 | 172 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.33 |
| HSL | 211.43º | 0.58% | 0.43% | - |
| HSV(B) | 211.43º | 0.73% | 0.67% | - |
| XYZ | 13.73 | 13.87 | 40.98 | - |
| YUV | 95.58 | 171.12 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 172 | 0.73 | 0.38 | 0 | 0.33 | 211.43 | 0.58 | 0.43 |
| Hex | 2E | 6A | AC | 49 | 26 | 0 | 21 | D3 | 3A | 2B |
| Octal | 56 | 152 | 254 | 111 | 46 | 0 | 41 | 323 | 72 | 53 |
| Binary | 101110 | 1101010 | 10101100 | 1001001 | 100110 | 0 | 100001 | 11010011 | 111010 | 101011 |
Color Harmonies of #2E6AAC
Complementary color
Monochromatic Colors of #2E6AAC
Black with #2E6AAC
Text Example
Text Example
White with #2E6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6AAC; }
p { color: rgb(46,106,172); }
H1.HeaderClassName
{
color: #2E6AAC;
}
.AnyTagClassName
{
color: #2E6AAC;
}
</style>
background-color css
<style>
a { background-color: #2E6AAC; }
a { background-color: rgb(46,106,172); }
div.DivClassName
{
background-color: #2E6AAC;
}
.BgClassName
{
background-color: #2E6AAC;
}
</style>
border-color css
<style>
span { border-color: #2E6AAC; }
span { border-color: rgb(46,106,172); }
td.TdClassName
{
border-color: #2E6AAC;
}
.TagClassName
{
border-color: #2E6AAC;
}
</style>