Shades of Lochmara #2E7CAD
Tints of Lochmara #2E7CAD
RGB
CMYK
RGB Variations
Color information
#2E7CAD (or 0x2E7CAD) is known color: Lochmara. HEX triplet: 2E, 7C and AD. RGB value is (46,124,173). Sum of RGB (Red+Green+Blue) = 46+124+173=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E7CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7CAD is #D18352. Grayscale: #696969. Windows color (decimal): -13730643 or 11369518. OLE color: 11369518.
HSL color Cylindrical-coordinate representation of color #2E7CAD: hue angle of 203.15º 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 #2E7CAD is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 124 | 173 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.32 |
| HSL | 203.15º | 0.58% | 0.43% | - |
| HSV(B) | 203.15º | 0.73% | 0.68% | - |
| XYZ | 15.88 | 18.01 | 42.18 | - |
| YUV | 106.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 173 | 0.73 | 0.28 | 0 | 0.32 | 203.15 | 0.58 | 0.43 |
| Hex | 2E | 7C | AD | 49 | 1C | 0 | 20 | CB | 3A | 2B |
| Octal | 56 | 174 | 255 | 111 | 34 | 0 | 40 | 313 | 72 | 53 |
| Binary | 101110 | 1111100 | 10101101 | 1001001 | 11100 | 0 | 100000 | 11001011 | 111010 | 101011 |
Color Harmonies of #2E7CAD
Complementary color
Monochromatic Colors of #2E7CAD
Black with #2E7CAD
Text Example
Text Example
White with #2E7CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7CAD; }
p { color: rgb(46,124,173); }
H1.HeaderClassName
{
color: #2E7CAD;
}
.AnyTagClassName
{
color: #2E7CAD;
}
</style>
background-color css
<style>
a { background-color: #2E7CAD; }
a { background-color: rgb(46,124,173); }
div.DivClassName
{
background-color: #2E7CAD;
}
.BgClassName
{
background-color: #2E7CAD;
}
</style>
border-color css
<style>
span { border-color: #2E7CAD; }
span { border-color: rgb(46,124,173); }
td.TdClassName
{
border-color: #2E7CAD;
}
.TagClassName
{
border-color: #2E7CAD;
}
</style>