Shades of Lochmara #2E72AC
Tints of Lochmara #2E72AC
RGB
CMYK
RGB Variations
Color information
#2E72AC (or 0x2E72AC) is known color: Lochmara. HEX triplet: 2E, 72 and AC. RGB value is (46,114,172). Sum of RGB (Red+Green+Blue) = 46+114+172=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E72AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E72AC is #D18D53. Grayscale: #636363. Windows color (decimal): -13733204 or 11301422. OLE color: 11301422.
HSL color Cylindrical-coordinate representation of color #2E72AC: hue angle of 207.62º 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 #2E72AC is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 114 | 172 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.33 |
| HSL | 207.62º | 0.58% | 0.43% | - |
| HSV(B) | 207.62º | 0.73% | 0.67% | - |
| XYZ | 14.59 | 15.59 | 41.27 | - |
| YUV | 100.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 172 | 0.73 | 0.34 | 0 | 0.33 | 207.62 | 0.58 | 0.43 |
| Hex | 2E | 72 | AC | 49 | 22 | 0 | 21 | D0 | 3A | 2B |
| Octal | 56 | 162 | 254 | 111 | 42 | 0 | 41 | 320 | 72 | 53 |
| Binary | 101110 | 1110010 | 10101100 | 1001001 | 100010 | 0 | 100001 | 11010000 | 111010 | 101011 |
Color Harmonies of #2E72AC
Complementary color
Monochromatic Colors of #2E72AC
Black with #2E72AC
Text Example
Text Example
White with #2E72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E72AC; }
p { color: rgb(46,114,172); }
H1.HeaderClassName
{
color: #2E72AC;
}
.AnyTagClassName
{
color: #2E72AC;
}
</style>
background-color css
<style>
a { background-color: #2E72AC; }
a { background-color: rgb(46,114,172); }
div.DivClassName
{
background-color: #2E72AC;
}
.BgClassName
{
background-color: #2E72AC;
}
</style>
border-color css
<style>
span { border-color: #2E72AC; }
span { border-color: rgb(46,114,172); }
td.TdClassName
{
border-color: #2E72AC;
}
.TagClassName
{
border-color: #2E72AC;
}
</style>