Shades of Lochmara #2E7AAF
Tints of Lochmara #2E7AAF
RGB
CMYK
RGB Variations
Color information
#2E7AAF (or 0x2E7AAF) is known color: Lochmara. HEX triplet: 2E, 7A and AF. RGB value is (46,122,175). Sum of RGB (Red+Green+Blue) = 46+122+175=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7AAF is #D18550. Grayscale: #696969. Windows color (decimal): -13731153 or 11500078. OLE color: 11500078.
HSL color Cylindrical-coordinate representation of color #2E7AAF: hue angle of 204.65º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E7AAF is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 122 | 175 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.31 |
| HSL | 204.65º | 0.58% | 0.43% | - |
| HSV(B) | 204.65º | 0.74% | 0.69% | - |
| XYZ | 15.82 | 17.6 | 43.12 | - |
| YUV | 105.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 175 | 0.74 | 0.30 | 0 | 0.31 | 204.65 | 0.58 | 0.43 |
| Hex | 2E | 7A | AF | 4A | 1E | 0 | 1F | CD | 3A | 2B |
| Octal | 56 | 172 | 257 | 112 | 36 | 0 | 37 | 315 | 72 | 53 |
| Binary | 101110 | 1111010 | 10101111 | 1001010 | 11110 | 0 | 11111 | 11001101 | 111010 | 101011 |
Color Harmonies of #2E7AAF
Complementary color
Monochromatic Colors of #2E7AAF
Black with #2E7AAF
Text Example
Text Example
White with #2E7AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7AAF; }
p { color: rgb(46,122,175); }
H1.HeaderClassName
{
color: #2E7AAF;
}
.AnyTagClassName
{
color: #2E7AAF;
}
</style>
background-color css
<style>
a { background-color: #2E7AAF; }
a { background-color: rgb(46,122,175); }
div.DivClassName
{
background-color: #2E7AAF;
}
.BgClassName
{
background-color: #2E7AAF;
}
</style>
border-color css
<style>
span { border-color: #2E7AAF; }
span { border-color: rgb(46,122,175); }
td.TdClassName
{
border-color: #2E7AAF;
}
.TagClassName
{
border-color: #2E7AAF;
}
</style>