Shades of Lochmara #2E5FAC
Tints of Lochmara #2E5FAC
RGB
CMYK
RGB Variations
Color information
#2E5FAC (or 0x2E5FAC) is known color: Lochmara. HEX triplet: 2E, 5F and AC. RGB value is (46,95,172). Sum of RGB (Red+Green+Blue) = 46+95+172=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E5FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5FAC is #D1A053. Grayscale: #585858. Windows color (decimal): -13738068 or 11296558. OLE color: 11296558.
HSL color Cylindrical-coordinate representation of color #2E5FAC: hue angle of 216.67º 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 #2E5FAC is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 95 | 172 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.33 |
| HSL | 216.67º | 0.58% | 0.43% | - |
| HSV(B) | 216.67º | 0.73% | 0.67% | - |
| XYZ | 12.67 | 11.74 | 40.63 | - |
| YUV | 89.13 | 174.77 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 172 | 0.73 | 0.45 | 0 | 0.33 | 216.67 | 0.58 | 0.43 |
| Hex | 2E | 5F | AC | 49 | 2D | 0 | 21 | D9 | 3A | 2B |
| Octal | 56 | 137 | 254 | 111 | 55 | 0 | 41 | 331 | 72 | 53 |
| Binary | 101110 | 1011111 | 10101100 | 1001001 | 101101 | 0 | 100001 | 11011001 | 111010 | 101011 |
Color Harmonies of #2E5FAC
Complementary color
Monochromatic Colors of #2E5FAC
Black with #2E5FAC
Text Example
Text Example
White with #2E5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FAC; }
p { color: rgb(46,95,172); }
H1.HeaderClassName
{
color: #2E5FAC;
}
.AnyTagClassName
{
color: #2E5FAC;
}
</style>
background-color css
<style>
a { background-color: #2E5FAC; }
a { background-color: rgb(46,95,172); }
div.DivClassName
{
background-color: #2E5FAC;
}
.BgClassName
{
background-color: #2E5FAC;
}
</style>
border-color css
<style>
span { border-color: #2E5FAC; }
span { border-color: rgb(46,95,172); }
td.TdClassName
{
border-color: #2E5FAC;
}
.TagClassName
{
border-color: #2E5FAC;
}
</style>