Shades of Lochmara #2E6DB6
Tints of Lochmara #2E6DB6
RGB
CMYK
RGB Variations
Color information
#2E6DB6 (or 0x2E6DB6) is known color: Lochmara. HEX triplet: 2E, 6D and B6. RGB value is (46,109,182). Sum of RGB (Red+Green+Blue) = 46+109+182=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 182 (71.48% from 255 or 54.01% from 337); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E6DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6DB6 is #D19249. Grayscale: #626262. Windows color (decimal): -13734474 or 11955502. OLE color: 11955502.
HSL color Cylindrical-coordinate representation of color #2E6DB6: hue angle of 212.21º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E6DB6 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 109 | 182 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.29 |
| HSL | 212.21º | 0.6% | 0.45% | - |
| HSV(B) | 212.21º | 0.75% | 0.71% | - |
| XYZ | 15.04 | 14.9 | 46.34 | - |
| YUV | 98.49 | 175.13 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 109 | 182 | 0.75 | 0.40 | 0 | 0.29 | 212.21 | 0.6 | 0.45 |
| Hex | 2E | 6D | B6 | 4B | 28 | 0 | 1D | D4 | 3C | 2D |
| Octal | 56 | 155 | 266 | 113 | 50 | 0 | 35 | 324 | 74 | 55 |
| Binary | 101110 | 1101101 | 10110110 | 1001011 | 101000 | 0 | 11101 | 11010100 | 111100 | 101101 |
Color Harmonies of #2E6DB6
Complementary color
Monochromatic Colors of #2E6DB6
Black with #2E6DB6
Text Example
Text Example
White with #2E6DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6DB6; }
p { color: rgb(46,109,182); }
H1.HeaderClassName
{
color: #2E6DB6;
}
.AnyTagClassName
{
color: #2E6DB6;
}
</style>
background-color css
<style>
a { background-color: #2E6DB6; }
a { background-color: rgb(46,109,182); }
div.DivClassName
{
background-color: #2E6DB6;
}
.BgClassName
{
background-color: #2E6DB6;
}
</style>
border-color css
<style>
span { border-color: #2E6DB6; }
span { border-color: rgb(46,109,182); }
td.TdClassName
{
border-color: #2E6DB6;
}
.TagClassName
{
border-color: #2E6DB6;
}
</style>