Shades of Lochmara #2E669F
Tints of Lochmara #2E669F
RGB
CMYK
RGB Variations
Color information
#2E669F (or 0x2E669F) is known color: Lochmara. HEX triplet: 2E, 66 and 9F. RGB value is (46,102,159). Sum of RGB (Red+Green+Blue) = 46+102+159=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E669F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E669F is #D19960. Grayscale: #5B5B5B. Windows color (decimal): -13736289 or 10446382. OLE color: 10446382.
HSL color Cylindrical-coordinate representation of color #2E669F: hue angle of 210.27º 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 #2E669F is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 102 | 159 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.38 |
| HSL | 210.27º | 0.55% | 0.4% | - |
| HSV(B) | 210.27º | 0.71% | 0.62% | - |
| XYZ | 12.14 | 12.59 | 34.59 | - |
| YUV | 91.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 159 | 0.71 | 0.36 | 0 | 0.38 | 210.27 | 0.55 | 0.4 |
| Hex | 2E | 66 | 9F | 47 | 24 | 0 | 26 | D2 | 37 | 28 |
| Octal | 56 | 146 | 237 | 107 | 44 | 0 | 46 | 322 | 67 | 50 |
| Binary | 101110 | 1100110 | 10011111 | 1000111 | 100100 | 0 | 100110 | 11010010 | 110111 | 101000 |
Color Harmonies of #2E669F
Complementary color
Monochromatic Colors of #2E669F
Black with #2E669F
Text Example
Text Example
White with #2E669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E669F; }
p { color: rgb(46,102,159); }
H1.HeaderClassName
{
color: #2E669F;
}
.AnyTagClassName
{
color: #2E669F;
}
</style>
background-color css
<style>
a { background-color: #2E669F; }
a { background-color: rgb(46,102,159); }
div.DivClassName
{
background-color: #2E669F;
}
.BgClassName
{
background-color: #2E669F;
}
</style>
border-color css
<style>
span { border-color: #2E669F; }
span { border-color: rgb(46,102,159); }
td.TdClassName
{
border-color: #2E669F;
}
.TagClassName
{
border-color: #2E669F;
}
</style>