Shades of Lochmara #2E6B9D
Tints of Lochmara #2E6B9D
RGB
CMYK
RGB Variations
Color information
#2E6B9D (or 0x2E6B9D) is known color: Lochmara. HEX triplet: 2E, 6B and 9D. RGB value is (46,107,157). Sum of RGB (Red+Green+Blue) = 46+107+157=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E6B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6B9D is #D19462. Grayscale: #5E5E5E. Windows color (decimal): -13735011 or 10316590. OLE color: 10316590.
HSL color Cylindrical-coordinate representation of color #2E6B9D: hue angle of 207.03º 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 #2E6B9D is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 107 | 157 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.38 |
| HSL | 207.03º | 0.55% | 0.4% | - |
| HSV(B) | 207.03º | 0.71% | 0.62% | - |
| XYZ | 12.47 | 13.53 | 33.85 | - |
| YUV | 94.46 | 163.29 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 157 | 0.71 | 0.32 | 0 | 0.38 | 207.03 | 0.55 | 0.4 |
| Hex | 2E | 6B | 9D | 47 | 20 | 0 | 26 | CF | 37 | 28 |
| Octal | 56 | 153 | 235 | 107 | 40 | 0 | 46 | 317 | 67 | 50 |
| Binary | 101110 | 1101011 | 10011101 | 1000111 | 100000 | 0 | 100110 | 11001111 | 110111 | 101000 |
Color Harmonies of #2E6B9D
Complementary color
Monochromatic Colors of #2E6B9D
Black with #2E6B9D
Text Example
Text Example
White with #2E6B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B9D; }
p { color: rgb(46,107,157); }
H1.HeaderClassName
{
color: #2E6B9D;
}
.AnyTagClassName
{
color: #2E6B9D;
}
</style>
background-color css
<style>
a { background-color: #2E6B9D; }
a { background-color: rgb(46,107,157); }
div.DivClassName
{
background-color: #2E6B9D;
}
.BgClassName
{
background-color: #2E6B9D;
}
</style>
border-color css
<style>
span { border-color: #2E6B9D; }
span { border-color: rgb(46,107,157); }
td.TdClassName
{
border-color: #2E6B9D;
}
.TagClassName
{
border-color: #2E6B9D;
}
</style>