Shades of Lochmara #2E779F
Tints of Lochmara #2E779F
RGB
CMYK
RGB Variations
Color information
#2E779F (or 0x2E779F) is known color: Lochmara. HEX triplet: 2E, 77 and 9F. RGB value is (46,119,159). Sum of RGB (Red+Green+Blue) = 46+119+159=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E779F is #D18860. Grayscale: #656565. Windows color (decimal): -13731937 or 10450734. OLE color: 10450734.
HSL color Cylindrical-coordinate representation of color #2E779F: hue angle of 201.24º 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 #2E779F is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 119 | 159 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.38 |
| HSL | 201.24º | 0.55% | 0.4% | - |
| HSV(B) | 201.24º | 0.71% | 0.62% | - |
| XYZ | 13.98 | 16.28 | 35.21 | - |
| YUV | 101.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 159 | 0.71 | 0.25 | 0 | 0.38 | 201.24 | 0.55 | 0.4 |
| Hex | 2E | 77 | 9F | 47 | 19 | 0 | 26 | C9 | 37 | 28 |
| Octal | 56 | 167 | 237 | 107 | 31 | 0 | 46 | 311 | 67 | 50 |
| Binary | 101110 | 1110111 | 10011111 | 1000111 | 11001 | 0 | 100110 | 11001001 | 110111 | 101000 |
Color Harmonies of #2E779F
Complementary color
Monochromatic Colors of #2E779F
Black with #2E779F
Text Example
Text Example
White with #2E779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E779F; }
p { color: rgb(46,119,159); }
H1.HeaderClassName
{
color: #2E779F;
}
.AnyTagClassName
{
color: #2E779F;
}
</style>
background-color css
<style>
a { background-color: #2E779F; }
a { background-color: rgb(46,119,159); }
div.DivClassName
{
background-color: #2E779F;
}
.BgClassName
{
background-color: #2E779F;
}
</style>
border-color css
<style>
span { border-color: #2E779F; }
span { border-color: rgb(46,119,159); }
td.TdClassName
{
border-color: #2E779F;
}
.TagClassName
{
border-color: #2E779F;
}
</style>