Shades of Lochmara #2E669E
Tints of Lochmara #2E669E
RGB
CMYK
RGB Variations
Color information
#2E669E (or 0x2E669E) is known color: Lochmara. HEX triplet: 2E, 66 and 9E. RGB value is (46,102,158). Sum of RGB (Red+Green+Blue) = 46+102+158=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E669E is #D19961. Grayscale: #5B5B5B. Windows color (decimal): -13736290 or 10380846. OLE color: 10380846.
HSL color Cylindrical-coordinate representation of color #2E669E: hue angle of 210º 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 #2E669E is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 102 | 158 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.38 |
| HSL | 210º | 0.55% | 0.4% | - |
| HSV(B) | 210º | 0.71% | 0.62% | - |
| XYZ | 12.05 | 12.55 | 34.14 | - |
| YUV | 91.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 158 | 0.71 | 0.35 | 0 | 0.38 | 210 | 0.55 | 0.4 |
| Hex | 2E | 66 | 9E | 47 | 23 | 0 | 26 | D2 | 37 | 28 |
| Octal | 56 | 146 | 236 | 107 | 43 | 0 | 46 | 322 | 67 | 50 |
| Binary | 101110 | 1100110 | 10011110 | 1000111 | 100011 | 0 | 100110 | 11010010 | 110111 | 101000 |
Color Harmonies of #2E669E
Complementary color
Monochromatic Colors of #2E669E
Black with #2E669E
Text Example
Text Example
White with #2E669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E669E; }
p { color: rgb(46,102,158); }
H1.HeaderClassName
{
color: #2E669E;
}
.AnyTagClassName
{
color: #2E669E;
}
</style>
background-color css
<style>
a { background-color: #2E669E; }
a { background-color: rgb(46,102,158); }
div.DivClassName
{
background-color: #2E669E;
}
.BgClassName
{
background-color: #2E669E;
}
</style>
border-color css
<style>
span { border-color: #2E669E; }
span { border-color: rgb(46,102,158); }
td.TdClassName
{
border-color: #2E669E;
}
.TagClassName
{
border-color: #2E669E;
}
</style>