Shades of Lochmara #3E6E9F
Tints of Lochmara #3E6E9F
RGB
CMYK
RGB Variations
Color information
#3E6E9F (or 0x3E6E9F) is known color: Lochmara. HEX triplet: 3E, 6E and 9F. RGB value is (62,110,159). Sum of RGB (Red+Green+Blue) = 62+110+159=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E6E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E6E9F is #C19160. Grayscale: #646464. Windows color (decimal): -12685665 or 10448446. OLE color: 10448446.
HSL color Cylindrical-coordinate representation of color #3E6E9F: hue angle of 210.31º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E6E9F is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 110 | 159 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.38 |
| HSL | 210.31º | 0.44% | 0.43% | - |
| HSV(B) | 210.31º | 0.61% | 0.62% | - |
| XYZ | 13.82 | 14.68 | 34.91 | - |
| YUV | 101.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 110 | 159 | 0.61 | 0.31 | 0 | 0.38 | 210.31 | 0.44 | 0.43 |
| Hex | 3E | 6E | 9F | 3D | 1F | 0 | 26 | D2 | 2C | 2B |
| Octal | 76 | 156 | 237 | 75 | 37 | 0 | 46 | 322 | 54 | 53 |
| Binary | 111110 | 1101110 | 10011111 | 111101 | 11111 | 0 | 100110 | 11010010 | 101100 | 101011 |
Color Harmonies of #3E6E9F
Complementary color
Monochromatic Colors of #3E6E9F
Black with #3E6E9F
Text Example
Text Example
White with #3E6E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E6E9F; }
p { color: rgb(62,110,159); }
H1.HeaderClassName
{
color: #3E6E9F;
}
.AnyTagClassName
{
color: #3E6E9F;
}
</style>
background-color css
<style>
a { background-color: #3E6E9F; }
a { background-color: rgb(62,110,159); }
div.DivClassName
{
background-color: #3E6E9F;
}
.BgClassName
{
background-color: #3E6E9F;
}
</style>
border-color css
<style>
span { border-color: #3E6E9F; }
span { border-color: rgb(62,110,159); }
td.TdClassName
{
border-color: #3E6E9F;
}
.TagClassName
{
border-color: #3E6E9F;
}
</style>