Shades of Lochmara #2E76AD
Tints of Lochmara #2E76AD
RGB
CMYK
RGB Variations
Color information
#2E76AD (or 0x2E76AD) is known color: Lochmara. HEX triplet: 2E, 76 and AD. RGB value is (46,118,173). Sum of RGB (Red+Green+Blue) = 46+118+173=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E76AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E76AD is #D18952. Grayscale: #666666. Windows color (decimal): -13732179 or 11367982. OLE color: 11367982.
HSL color Cylindrical-coordinate representation of color #2E76AD: hue angle of 205.98º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E76AD is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 118 | 173 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.32 |
| HSL | 205.98º | 0.58% | 0.43% | - |
| HSV(B) | 205.98º | 0.73% | 0.68% | - |
| XYZ | 15.15 | 16.55 | 41.93 | - |
| YUV | 102.74 | 167.65 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 173 | 0.73 | 0.32 | 0 | 0.32 | 205.98 | 0.58 | 0.43 |
| Hex | 2E | 76 | AD | 49 | 20 | 0 | 20 | CE | 3A | 2B |
| Octal | 56 | 166 | 255 | 111 | 40 | 0 | 40 | 316 | 72 | 53 |
| Binary | 101110 | 1110110 | 10101101 | 1001001 | 100000 | 0 | 100000 | 11001110 | 111010 | 101011 |
Color Harmonies of #2E76AD
Complementary color
Monochromatic Colors of #2E76AD
Black with #2E76AD
Text Example
Text Example
White with #2E76AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E76AD; }
p { color: rgb(46,118,173); }
H1.HeaderClassName
{
color: #2E76AD;
}
.AnyTagClassName
{
color: #2E76AD;
}
</style>
background-color css
<style>
a { background-color: #2E76AD; }
a { background-color: rgb(46,118,173); }
div.DivClassName
{
background-color: #2E76AD;
}
.BgClassName
{
background-color: #2E76AD;
}
</style>
border-color css
<style>
span { border-color: #2E76AD; }
span { border-color: rgb(46,118,173); }
td.TdClassName
{
border-color: #2E76AD;
}
.TagClassName
{
border-color: #2E76AD;
}
</style>