Shades of Lochmara #2E689B
Tints of Lochmara #2E689B
RGB
CMYK
RGB Variations
Color information
#2E689B (or 0x2E689B) is known color: Lochmara. HEX triplet: 2E, 68 and 9B. RGB value is (46,104,155). Sum of RGB (Red+Green+Blue) = 46+104+155=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E689B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E689B is #D19764. Grayscale: #5C5C5C. Windows color (decimal): -13735781 or 10184750. OLE color: 10184750.
HSL color Cylindrical-coordinate representation of color #2E689B: hue angle of 208.07º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E689B is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 104 | 155 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.39 |
| HSL | 208.07º | 0.54% | 0.39% | - |
| HSV(B) | 208.07º | 0.7% | 0.61% | - |
| XYZ | 11.99 | 12.85 | 32.86 | - |
| YUV | 92.47 | 163.28 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 155 | 0.70 | 0.33 | 0 | 0.39 | 208.07 | 0.54 | 0.39 |
| Hex | 2E | 68 | 9B | 46 | 21 | 0 | 27 | D0 | 36 | 27 |
| Octal | 56 | 150 | 233 | 106 | 41 | 0 | 47 | 320 | 66 | 47 |
| Binary | 101110 | 1101000 | 10011011 | 1000110 | 100001 | 0 | 100111 | 11010000 | 110110 | 100111 |
Color Harmonies of #2E689B
Complementary color
Monochromatic Colors of #2E689B
Black with #2E689B
Text Example
Text Example
White with #2E689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E689B; }
p { color: rgb(46,104,155); }
H1.HeaderClassName
{
color: #2E689B;
}
.AnyTagClassName
{
color: #2E689B;
}
</style>
background-color css
<style>
a { background-color: #2E689B; }
a { background-color: rgb(46,104,155); }
div.DivClassName
{
background-color: #2E689B;
}
.BgClassName
{
background-color: #2E689B;
}
</style>
border-color css
<style>
span { border-color: #2E689B; }
span { border-color: rgb(46,104,155); }
td.TdClassName
{
border-color: #2E689B;
}
.TagClassName
{
border-color: #2E689B;
}
</style>