Shades of Lochmara #396EA2
Tints of Lochmara #396EA2
RGB
CMYK
RGB Variations
Color information
#396EA2 (or 0x396EA2) is known color: Lochmara. HEX triplet: 39, 6E and A2. RGB value is (57,110,162). Sum of RGB (Red+Green+Blue) = 57+110+162=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #396EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396EA2 is #C6915D. Grayscale: #636363. Windows color (decimal): -13013342 or 10645049. OLE color: 10645049.
HSL color Cylindrical-coordinate representation of color #396EA2: hue angle of 209.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #396EA2 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 110 | 162 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.36 |
| HSL | 209.71º | 0.48% | 0.43% | - |
| HSV(B) | 209.71º | 0.65% | 0.64% | - |
| XYZ | 13.78 | 14.63 | 36.28 | - |
| YUV | 100.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 110 | 162 | 0.65 | 0.32 | 0 | 0.36 | 209.71 | 0.48 | 0.43 |
| Hex | 39 | 6E | A2 | 41 | 20 | 0 | 24 | D2 | 30 | 2B |
| Octal | 71 | 156 | 242 | 101 | 40 | 0 | 44 | 322 | 60 | 53 |
| Binary | 111001 | 1101110 | 10100010 | 1000001 | 100000 | 0 | 100100 | 11010010 | 110000 | 101011 |
Color Harmonies of #396EA2
Complementary color
Monochromatic Colors of #396EA2
Black with #396EA2
Text Example
Text Example
White with #396EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396EA2; }
p { color: rgb(57,110,162); }
H1.HeaderClassName
{
color: #396EA2;
}
.AnyTagClassName
{
color: #396EA2;
}
</style>
background-color css
<style>
a { background-color: #396EA2; }
a { background-color: rgb(57,110,162); }
div.DivClassName
{
background-color: #396EA2;
}
.BgClassName
{
background-color: #396EA2;
}
</style>
border-color css
<style>
span { border-color: #396EA2; }
span { border-color: rgb(57,110,162); }
td.TdClassName
{
border-color: #396EA2;
}
.TagClassName
{
border-color: #396EA2;
}
</style>