Shades of Lochmara #396A94
Tints of Lochmara #396A94
RGB
CMYK
RGB Variations
Color information
#396A94 (or 0x396A94) is known color: Lochmara. HEX triplet: 39, 6A and 94. RGB value is (57,106,148). Sum of RGB (Red+Green+Blue) = 57+106+148=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #396A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396A94 is #C6956B. Grayscale: #5F5F5F. Windows color (decimal): -13014380 or 9726521. OLE color: 9726521.
HSL color Cylindrical-coordinate representation of color #396A94: hue angle of 207.69º 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 #396A94 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 106 | 148 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.42 |
| HSL | 207.69º | 0.44% | 0.4% | - |
| HSV(B) | 207.69º | 0.61% | 0.58% | - |
| XYZ | 12.19 | 13.32 | 29.94 | - |
| YUV | 96.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 106 | 148 | 0.61 | 0.28 | 0 | 0.42 | 207.69 | 0.44 | 0.4 |
| Hex | 39 | 6A | 94 | 3D | 1C | 0 | 2A | D0 | 2C | 28 |
| Octal | 71 | 152 | 224 | 75 | 34 | 0 | 52 | 320 | 54 | 50 |
| Binary | 111001 | 1101010 | 10010100 | 111101 | 11100 | 0 | 101010 | 11010000 | 101100 | 101000 |
Color Harmonies of #396A94
Complementary color
Monochromatic Colors of #396A94
Black with #396A94
Text Example
Text Example
White with #396A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396A94; }
p { color: rgb(57,106,148); }
H1.HeaderClassName
{
color: #396A94;
}
.AnyTagClassName
{
color: #396A94;
}
</style>
background-color css
<style>
a { background-color: #396A94; }
a { background-color: rgb(57,106,148); }
div.DivClassName
{
background-color: #396A94;
}
.BgClassName
{
background-color: #396A94;
}
</style>
border-color css
<style>
span { border-color: #396A94; }
span { border-color: rgb(57,106,148); }
td.TdClassName
{
border-color: #396A94;
}
.TagClassName
{
border-color: #396A94;
}
</style>