Shades of Lochmara #3E729E
Tints of Lochmara #3E729E
RGB
CMYK
RGB Variations
Color information
#3E729E (or 0x3E729E) is known color: Lochmara. HEX triplet: 3E, 72 and 9E. RGB value is (62,114,158). Sum of RGB (Red+Green+Blue) = 62+114+158=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E729E is #C18D61. Grayscale: #676767. Windows color (decimal): -12684642 or 10383934. OLE color: 10383934.
HSL color Cylindrical-coordinate representation of color #3E729E: hue angle of 207.5º 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 #3E729E is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 114 | 158 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.38 |
| HSL | 207.5º | 0.44% | 0.43% | - |
| HSV(B) | 207.5º | 0.61% | 0.62% | - |
| XYZ | 14.18 | 15.53 | 34.6 | - |
| YUV | 103.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 114 | 158 | 0.61 | 0.28 | 0 | 0.38 | 207.5 | 0.44 | 0.43 |
| Hex | 3E | 72 | 9E | 3D | 1C | 0 | 26 | D0 | 2C | 2B |
| Octal | 76 | 162 | 236 | 75 | 34 | 0 | 46 | 320 | 54 | 53 |
| Binary | 111110 | 1110010 | 10011110 | 111101 | 11100 | 0 | 100110 | 11010000 | 101100 | 101011 |
Color Harmonies of #3E729E
Complementary color
Monochromatic Colors of #3E729E
Black with #3E729E
Text Example
Text Example
White with #3E729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E729E; }
p { color: rgb(62,114,158); }
H1.HeaderClassName
{
color: #3E729E;
}
.AnyTagClassName
{
color: #3E729E;
}
</style>
background-color css
<style>
a { background-color: #3E729E; }
a { background-color: rgb(62,114,158); }
div.DivClassName
{
background-color: #3E729E;
}
.BgClassName
{
background-color: #3E729E;
}
</style>
border-color css
<style>
span { border-color: #3E729E; }
span { border-color: rgb(62,114,158); }
td.TdClassName
{
border-color: #3E729E;
}
.TagClassName
{
border-color: #3E729E;
}
</style>