Shades of Lochmara #396A93
Tints of Lochmara #396A93
RGB
CMYK
RGB Variations
Color information
#396A93 (or 0x396A93) is known color: Lochmara. HEX triplet: 39, 6A and 93. RGB value is (57,106,147). Sum of RGB (Red+Green+Blue) = 57+106+147=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #396A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A93 is #C6956C. Grayscale: #5F5F5F. Windows color (decimal): -13014381 or 9660985. OLE color: 9660985.
HSL color Cylindrical-coordinate representation of color #396A93: hue angle of 207.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #396A93 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 106 | 147 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.42 |
| HSL | 207.33º | 0.44% | 0.4% | - |
| HSV(B) | 207.33º | 0.61% | 0.58% | - |
| XYZ | 12.11 | 13.28 | 29.53 | - |
| YUV | 96.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 147 | 0.61 | 0.28 | 0 | 0.42 | 207.33 | 0.44 | 0.4 |
| Hex | 39 | 6A | 93 | 3D | 1C | 0 | 2A | CF | 2C | 28 |
| Octal | 71 | 152 | 223 | 75 | 34 | 0 | 52 | 317 | 54 | 50 |
| Binary | 111001 | 1101010 | 10010011 | 111101 | 11100 | 0 | 101010 | 11001111 | 101100 | 101000 |
Color Harmonies of #396A93
Complementary color
Monochromatic Colors of #396A93
Black with #396A93
Text Example
Text Example
White with #396A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A93; }
p { color: rgb(57,106,147); }
H1.HeaderClassName
{
color: #396A93;
}
.AnyTagClassName
{
color: #396A93;
}
</style>
background-color css
<style>
a { background-color: #396A93; }
a { background-color: rgb(57,106,147); }
div.DivClassName
{
background-color: #396A93;
}
.BgClassName
{
background-color: #396A93;
}
</style>
border-color css
<style>
span { border-color: #396A93; }
span { border-color: rgb(57,106,147); }
td.TdClassName
{
border-color: #396A93;
}
.TagClassName
{
border-color: #396A93;
}
</style>