Shades of Lochmara #2E699F
Tints of Lochmara #2E699F
RGB
CMYK
RGB Variations
Color information
#2E699F (or 0x2E699F) is known color: Lochmara. HEX triplet: 2E, 69 and 9F. RGB value is (46,105,159). Sum of RGB (Red+Green+Blue) = 46+105+159=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E699F is #D19660. Grayscale: #5D5D5D. Windows color (decimal): -13735521 or 10447150. OLE color: 10447150.
HSL color Cylindrical-coordinate representation of color #2E699F: hue angle of 208.67º 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 #2E699F is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 105 | 159 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.38 |
| HSL | 208.67º | 0.55% | 0.4% | - |
| HSV(B) | 208.67º | 0.71% | 0.62% | - |
| XYZ | 12.44 | 13.19 | 34.69 | - |
| YUV | 93.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 105 | 159 | 0.71 | 0.34 | 0 | 0.38 | 208.67 | 0.55 | 0.4 |
| Hex | 2E | 69 | 9F | 47 | 22 | 0 | 26 | D1 | 37 | 28 |
| Octal | 56 | 151 | 237 | 107 | 42 | 0 | 46 | 321 | 67 | 50 |
| Binary | 101110 | 1101001 | 10011111 | 1000111 | 100010 | 0 | 100110 | 11010001 | 110111 | 101000 |
Color Harmonies of #2E699F
Complementary color
Monochromatic Colors of #2E699F
Black with #2E699F
Text Example
Text Example
White with #2E699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E699F; }
p { color: rgb(46,105,159); }
H1.HeaderClassName
{
color: #2E699F;
}
.AnyTagClassName
{
color: #2E699F;
}
</style>
background-color css
<style>
a { background-color: #2E699F; }
a { background-color: rgb(46,105,159); }
div.DivClassName
{
background-color: #2E699F;
}
.BgClassName
{
background-color: #2E699F;
}
</style>
border-color css
<style>
span { border-color: #2E699F; }
span { border-color: rgb(46,105,159); }
td.TdClassName
{
border-color: #2E699F;
}
.TagClassName
{
border-color: #2E699F;
}
</style>