Shades of Lochmara #2E6F9B
Tints of Lochmara #2E6F9B
RGB
CMYK
RGB Variations
Color information
#2E6F9B (or 0x2E6F9B) is known color: Lochmara. HEX triplet: 2E, 6F and 9B. RGB value is (46,111,155). Sum of RGB (Red+Green+Blue) = 46+111+155=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E6F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6F9B is #D19064. Grayscale: #606060. Windows color (decimal): -13733989 or 10186542. OLE color: 10186542.
HSL color Cylindrical-coordinate representation of color #2E6F9B: hue angle of 204.22º 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 #2E6F9B is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 111 | 155 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.39 |
| HSL | 204.22º | 0.54% | 0.39% | - |
| HSV(B) | 204.22º | 0.7% | 0.61% | - |
| XYZ | 12.73 | 14.32 | 33.1 | - |
| YUV | 96.58 | 160.97 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 111 | 155 | 0.70 | 0.28 | 0 | 0.39 | 204.22 | 0.54 | 0.39 |
| Hex | 2E | 6F | 9B | 46 | 1C | 0 | 27 | CC | 36 | 27 |
| Octal | 56 | 157 | 233 | 106 | 34 | 0 | 47 | 314 | 66 | 47 |
| Binary | 101110 | 1101111 | 10011011 | 1000110 | 11100 | 0 | 100111 | 11001100 | 110110 | 100111 |
Color Harmonies of #2E6F9B
Complementary color
Monochromatic Colors of #2E6F9B
Black with #2E6F9B
Text Example
Text Example
White with #2E6F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6F9B; }
p { color: rgb(46,111,155); }
H1.HeaderClassName
{
color: #2E6F9B;
}
.AnyTagClassName
{
color: #2E6F9B;
}
</style>
background-color css
<style>
a { background-color: #2E6F9B; }
a { background-color: rgb(46,111,155); }
div.DivClassName
{
background-color: #2E6F9B;
}
.BgClassName
{
background-color: #2E6F9B;
}
</style>
border-color css
<style>
span { border-color: #2E6F9B; }
span { border-color: rgb(46,111,155); }
td.TdClassName
{
border-color: #2E6F9B;
}
.TagClassName
{
border-color: #2E6F9B;
}
</style>