Shades of Lochmara #2E6AAB
Tints of Lochmara #2E6AAB
RGB
CMYK
RGB Variations
Color information
#2E6AAB (or 0x2E6AAB) is known color: Lochmara. HEX triplet: 2E, 6A and AB. RGB value is (46,106,171). Sum of RGB (Red+Green+Blue) = 46+106+171=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E6AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6AAB is #D19554. Grayscale: #5F5F5F. Windows color (decimal): -13735253 or 11233838. OLE color: 11233838.
HSL color Cylindrical-coordinate representation of color #2E6AAB: hue angle of 211.2º 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 #2E6AAB is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 106 | 171 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.33 |
| HSL | 211.2º | 0.58% | 0.43% | - |
| HSV(B) | 211.2º | 0.73% | 0.67% | - |
| XYZ | 13.63 | 13.83 | 40.48 | - |
| YUV | 95.47 | 170.62 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 106 | 171 | 0.73 | 0.38 | 0 | 0.33 | 211.2 | 0.58 | 0.43 |
| Hex | 2E | 6A | AB | 49 | 26 | 0 | 21 | D3 | 3A | 2B |
| Octal | 56 | 152 | 253 | 111 | 46 | 0 | 41 | 323 | 72 | 53 |
| Binary | 101110 | 1101010 | 10101011 | 1001001 | 100110 | 0 | 100001 | 11010011 | 111010 | 101011 |
Color Harmonies of #2E6AAB
Complementary color
Monochromatic Colors of #2E6AAB
Black with #2E6AAB
Text Example
Text Example
White with #2E6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6AAB; }
p { color: rgb(46,106,171); }
H1.HeaderClassName
{
color: #2E6AAB;
}
.AnyTagClassName
{
color: #2E6AAB;
}
</style>
background-color css
<style>
a { background-color: #2E6AAB; }
a { background-color: rgb(46,106,171); }
div.DivClassName
{
background-color: #2E6AAB;
}
.BgClassName
{
background-color: #2E6AAB;
}
</style>
border-color css
<style>
span { border-color: #2E6AAB; }
span { border-color: rgb(46,106,171); }
td.TdClassName
{
border-color: #2E6AAB;
}
.TagClassName
{
border-color: #2E6AAB;
}
</style>