Shades of Lochmara #2E6693
Tints of Lochmara #2E6693
RGB
CMYK
RGB Variations
Color information
#2E6693 (or 0x2E6693) is known color: Lochmara. HEX triplet: 2E, 66 and 93. RGB value is (46,102,147). Sum of RGB (Red+Green+Blue) = 46+102+147=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E6693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6693 is #D1996C. Grayscale: #5A5A5A. Windows color (decimal): -13736301 or 9659950. OLE color: 9659950.
HSL color Cylindrical-coordinate representation of color #2E6693: hue angle of 206.73º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E6693 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 102 | 147 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.42 |
| HSL | 206.73º | 0.52% | 0.38% | - |
| HSV(B) | 206.73º | 0.69% | 0.58% | - |
| XYZ | 11.14 | 12.19 | 29.37 | - |
| YUV | 90.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 102 | 147 | 0.69 | 0.31 | 0 | 0.42 | 206.73 | 0.52 | 0.38 |
| Hex | 2E | 66 | 93 | 45 | 1F | 0 | 2A | CF | 34 | 26 |
| Octal | 56 | 146 | 223 | 105 | 37 | 0 | 52 | 317 | 64 | 46 |
| Binary | 101110 | 1100110 | 10010011 | 1000101 | 11111 | 0 | 101010 | 11001111 | 110100 | 100110 |
Color Harmonies of #2E6693
Complementary color
Monochromatic Colors of #2E6693
Black with #2E6693
Text Example
Text Example
White with #2E6693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6693; }
p { color: rgb(46,102,147); }
H1.HeaderClassName
{
color: #2E6693;
}
.AnyTagClassName
{
color: #2E6693;
}
</style>
background-color css
<style>
a { background-color: #2E6693; }
a { background-color: rgb(46,102,147); }
div.DivClassName
{
background-color: #2E6693;
}
.BgClassName
{
background-color: #2E6693;
}
</style>
border-color css
<style>
span { border-color: #2E6693; }
span { border-color: rgb(46,102,147); }
td.TdClassName
{
border-color: #2E6693;
}
.TagClassName
{
border-color: #2E6693;
}
</style>