Shades of Lochmara #2E719C
Tints of Lochmara #2E719C
RGB
CMYK
RGB Variations
Color information
#2E719C (or 0x2E719C) is known color: Lochmara. HEX triplet: 2E, 71 and 9C. RGB value is (46,113,156). Sum of RGB (Red+Green+Blue) = 46+113+156=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E719C is #D18E63. Grayscale: #616161. Windows color (decimal): -13733476 or 10252590. OLE color: 10252590.
HSL color Cylindrical-coordinate representation of color #2E719C: hue angle of 203.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E719C is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 113 | 156 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.39 |
| HSL | 203.45º | 0.54% | 0.4% | - |
| HSV(B) | 203.45º | 0.71% | 0.61% | - |
| XYZ | 13.03 | 14.79 | 33.62 | - |
| YUV | 97.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 156 | 0.71 | 0.28 | 0 | 0.39 | 203.45 | 0.54 | 0.4 |
| Hex | 2E | 71 | 9C | 47 | 1C | 0 | 27 | CB | 36 | 28 |
| Octal | 56 | 161 | 234 | 107 | 34 | 0 | 47 | 313 | 66 | 50 |
| Binary | 101110 | 1110001 | 10011100 | 1000111 | 11100 | 0 | 100111 | 11001011 | 110110 | 101000 |
Color Harmonies of #2E719C
Complementary color
Monochromatic Colors of #2E719C
Black with #2E719C
Text Example
Text Example
White with #2E719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E719C; }
p { color: rgb(46,113,156); }
H1.HeaderClassName
{
color: #2E719C;
}
.AnyTagClassName
{
color: #2E719C;
}
</style>
background-color css
<style>
a { background-color: #2E719C; }
a { background-color: rgb(46,113,156); }
div.DivClassName
{
background-color: #2E719C;
}
.BgClassName
{
background-color: #2E719C;
}
</style>
border-color css
<style>
span { border-color: #2E719C; }
span { border-color: rgb(46,113,156); }
td.TdClassName
{
border-color: #2E719C;
}
.TagClassName
{
border-color: #2E719C;
}
</style>