Shades of Lochmara #2E76AA
Tints of Lochmara #2E76AA
RGB
CMYK
RGB Variations
Color information
#2E76AA (or 0x2E76AA) is known color: Lochmara. HEX triplet: 2E, 76 and AA. RGB value is (46,118,170). Sum of RGB (Red+Green+Blue) = 46+118+170=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E76AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E76AA is #D18955. Grayscale: #666666. Windows color (decimal): -13732182 or 11171374. OLE color: 11171374.
HSL color Cylindrical-coordinate representation of color #2E76AA: hue angle of 205.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E76AA is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 118 | 170 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.33 |
| HSL | 205.16º | 0.57% | 0.42% | - |
| HSV(B) | 205.16º | 0.73% | 0.67% | - |
| XYZ | 14.86 | 16.44 | 40.42 | - |
| YUV | 102.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 170 | 0.73 | 0.31 | 0 | 0.33 | 205.16 | 0.57 | 0.42 |
| Hex | 2E | 76 | AA | 49 | 1F | 0 | 21 | CD | 39 | 2A |
| Octal | 56 | 166 | 252 | 111 | 37 | 0 | 41 | 315 | 71 | 52 |
| Binary | 101110 | 1110110 | 10101010 | 1001001 | 11111 | 0 | 100001 | 11001101 | 111001 | 101010 |
Color Harmonies of #2E76AA
Complementary color
Monochromatic Colors of #2E76AA
Black with #2E76AA
Text Example
Text Example
White with #2E76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E76AA; }
p { color: rgb(46,118,170); }
H1.HeaderClassName
{
color: #2E76AA;
}
.AnyTagClassName
{
color: #2E76AA;
}
</style>
background-color css
<style>
a { background-color: #2E76AA; }
a { background-color: rgb(46,118,170); }
div.DivClassName
{
background-color: #2E76AA;
}
.BgClassName
{
background-color: #2E76AA;
}
</style>
border-color css
<style>
span { border-color: #2E76AA; }
span { border-color: rgb(46,118,170); }
td.TdClassName
{
border-color: #2E76AA;
}
.TagClassName
{
border-color: #2E76AA;
}
</style>