Shades of Lochmara #2E7A9F
Tints of Lochmara #2E7A9F
RGB
CMYK
RGB Variations
Color information
#2E7A9F (or 0x2E7A9F) is known color: Lochmara. HEX triplet: 2E, 7A and 9F. RGB value is (46,122,159). Sum of RGB (Red+Green+Blue) = 46+122+159=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E7A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7A9F is #D18560. Grayscale: #676767. Windows color (decimal): -13731169 or 10451502. OLE color: 10451502.
HSL color Cylindrical-coordinate representation of color #2E7A9F: hue angle of 199.65º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E7A9F is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 122 | 159 | - |
| CMYK | 0.71 | 0.23 | 0 | 0.38 |
| HSL | 199.65º | 0.55% | 0.4% | - |
| HSV(B) | 199.65º | 0.71% | 0.62% | - |
| XYZ | 14.34 | 17 | 35.33 | - |
| YUV | 103.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 159 | 0.71 | 0.23 | 0 | 0.38 | 199.65 | 0.55 | 0.4 |
| Hex | 2E | 7A | 9F | 47 | 17 | 0 | 26 | C8 | 37 | 28 |
| Octal | 56 | 172 | 237 | 107 | 27 | 0 | 46 | 310 | 67 | 50 |
| Binary | 101110 | 1111010 | 10011111 | 1000111 | 10111 | 0 | 100110 | 11001000 | 110111 | 101000 |
Color Harmonies of #2E7A9F
Complementary color
Monochromatic Colors of #2E7A9F
Black with #2E7A9F
Text Example
Text Example
White with #2E7A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A9F; }
p { color: rgb(46,122,159); }
H1.HeaderClassName
{
color: #2E7A9F;
}
.AnyTagClassName
{
color: #2E7A9F;
}
</style>
background-color css
<style>
a { background-color: #2E7A9F; }
a { background-color: rgb(46,122,159); }
div.DivClassName
{
background-color: #2E7A9F;
}
.BgClassName
{
background-color: #2E7A9F;
}
</style>
border-color css
<style>
span { border-color: #2E7A9F; }
span { border-color: rgb(46,122,159); }
td.TdClassName
{
border-color: #2E7A9F;
}
.TagClassName
{
border-color: #2E7A9F;
}
</style>