Shades of Lochmara #3E799E
Tints of Lochmara #3E799E
RGB
CMYK
RGB Variations
Color information
#3E799E (or 0x3E799E) is known color: Lochmara. HEX triplet: 3E, 79 and 9E. RGB value is (62,121,158). Sum of RGB (Red+Green+Blue) = 62+121+158=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E799E is #C18661. Grayscale: #6B6B6B. Windows color (decimal): -12682850 or 10385726. OLE color: 10385726.
HSL color Cylindrical-coordinate representation of color #3E799E: hue angle of 203.12º 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 #3E799E is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 121 | 158 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.38 |
| HSL | 203.13º | 0.44% | 0.43% | - |
| HSV(B) | 203.13º | 0.61% | 0.62% | - |
| XYZ | 15 | 17.17 | 34.87 | - |
| YUV | 107.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 158 | 0.61 | 0.23 | 0 | 0.38 | 203.13 | 0.44 | 0.43 |
| Hex | 3E | 79 | 9E | 3D | 17 | 0 | 26 | CB | 2C | 2B |
| Octal | 76 | 171 | 236 | 75 | 27 | 0 | 46 | 313 | 54 | 53 |
| Binary | 111110 | 1111001 | 10011110 | 111101 | 10111 | 0 | 100110 | 11001011 | 101100 | 101011 |
Color Harmonies of #3E799E
Complementary color
Monochromatic Colors of #3E799E
Black with #3E799E
Text Example
Text Example
White with #3E799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E799E; }
p { color: rgb(62,121,158); }
H1.HeaderClassName
{
color: #3E799E;
}
.AnyTagClassName
{
color: #3E799E;
}
</style>
background-color css
<style>
a { background-color: #3E799E; }
a { background-color: rgb(62,121,158); }
div.DivClassName
{
background-color: #3E799E;
}
.BgClassName
{
background-color: #3E799E;
}
</style>
border-color css
<style>
span { border-color: #3E799E; }
span { border-color: rgb(62,121,158); }
td.TdClassName
{
border-color: #3E799E;
}
.TagClassName
{
border-color: #3E799E;
}
</style>