Shades of Lochmara #2E5FAB
Tints of Lochmara #2E5FAB
RGB
CMYK
RGB Variations
Color information
#2E5FAB (or 0x2E5FAB) is known color: Lochmara. HEX triplet: 2E, 5F and AB. RGB value is (46,95,171). Sum of RGB (Red+Green+Blue) = 46+95+171=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E5FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5FAB is #D1A054. Grayscale: #585858. Windows color (decimal): -13738069 or 11231022. OLE color: 11231022.
HSL color Cylindrical-coordinate representation of color #2E5FAB: hue angle of 216.48º 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 #2E5FAB is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 95 | 171 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.33 |
| HSL | 216.48º | 0.58% | 0.43% | - |
| HSV(B) | 216.48º | 0.73% | 0.67% | - |
| XYZ | 12.57 | 11.71 | 40.12 | - |
| YUV | 89.01 | 174.27 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 95 | 171 | 0.73 | 0.44 | 0 | 0.33 | 216.48 | 0.58 | 0.43 |
| Hex | 2E | 5F | AB | 49 | 2C | 0 | 21 | D8 | 3A | 2B |
| Octal | 56 | 137 | 253 | 111 | 54 | 0 | 41 | 330 | 72 | 53 |
| Binary | 101110 | 1011111 | 10101011 | 1001001 | 101100 | 0 | 100001 | 11011000 | 111010 | 101011 |
Color Harmonies of #2E5FAB
Complementary color
Monochromatic Colors of #2E5FAB
Black with #2E5FAB
Text Example
Text Example
White with #2E5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5FAB; }
p { color: rgb(46,95,171); }
H1.HeaderClassName
{
color: #2E5FAB;
}
.AnyTagClassName
{
color: #2E5FAB;
}
</style>
background-color css
<style>
a { background-color: #2E5FAB; }
a { background-color: rgb(46,95,171); }
div.DivClassName
{
background-color: #2E5FAB;
}
.BgClassName
{
background-color: #2E5FAB;
}
</style>
border-color css
<style>
span { border-color: #2E5FAB; }
span { border-color: rgb(46,95,171); }
td.TdClassName
{
border-color: #2E5FAB;
}
.TagClassName
{
border-color: #2E5FAB;
}
</style>