Shades of Lochmara #3E6E95
Tints of Lochmara #3E6E95
RGB
CMYK
RGB Variations
Color information
#3E6E95 (or 0x3E6E95) is known color: Lochmara. HEX triplet: 3E, 6E and 95. RGB value is (62,110,149). Sum of RGB (Red+Green+Blue) = 62+110+149=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E6E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6E95 is #C1916A. Grayscale: #636363. Windows color (decimal): -12685675 or 9793086. OLE color: 9793086.
HSL color Cylindrical-coordinate representation of color #3E6E95: hue angle of 206.9º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E6E95 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 110 | 149 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.42 |
| HSL | 206.9º | 0.41% | 0.41% | - |
| HSV(B) | 206.9º | 0.58% | 0.58% | - |
| XYZ | 12.99 | 14.35 | 30.52 | - |
| YUV | 100.09 | 155.6 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 149 | 0.58 | 0.26 | 0 | 0.42 | 206.9 | 0.41 | 0.41 |
| Hex | 3E | 6E | 95 | 3A | 1A | 0 | 2A | CF | 29 | 29 |
| Octal | 76 | 156 | 225 | 72 | 32 | 0 | 52 | 317 | 51 | 51 |
| Binary | 111110 | 1101110 | 10010101 | 111010 | 11010 | 0 | 101010 | 11001111 | 101001 | 101001 |
Color Harmonies of #3E6E95
Complementary color
Monochromatic Colors of #3E6E95
Black with #3E6E95
Text Example
Text Example
White with #3E6E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E95; }
p { color: rgb(62,110,149); }
H1.HeaderClassName
{
color: #3E6E95;
}
.AnyTagClassName
{
color: #3E6E95;
}
</style>
background-color css
<style>
a { background-color: #3E6E95; }
a { background-color: rgb(62,110,149); }
div.DivClassName
{
background-color: #3E6E95;
}
.BgClassName
{
background-color: #3E6E95;
}
</style>
border-color css
<style>
span { border-color: #3E6E95; }
span { border-color: rgb(62,110,149); }
td.TdClassName
{
border-color: #3E6E95;
}
.TagClassName
{
border-color: #3E6E95;
}
</style>