Shades of Lochmara #396CA2
Tints of Lochmara #396CA2
RGB
CMYK
RGB Variations
Color information
#396CA2 (or 0x396CA2) is known color: Lochmara. HEX triplet: 39, 6C and A2. RGB value is (57,108,162). Sum of RGB (Red+Green+Blue) = 57+108+162=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 162 (63.67% from 255 or 49.54% from 327); Max value from RGB is 162 - color contains mainly: blue. Hex color #396CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396CA2 is #C6935D. Grayscale: #626262. Windows color (decimal): -13013854 or 10644537. OLE color: 10644537.
HSL color Cylindrical-coordinate representation of color #396CA2: hue angle of 210.86º 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 #396CA2 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 108 | 162 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.36 |
| HSL | 210.86º | 0.48% | 0.43% | - |
| HSV(B) | 210.86º | 0.65% | 0.64% | - |
| XYZ | 13.57 | 14.2 | 36.21 | - |
| YUV | 98.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 162 | 0.65 | 0.33 | 0 | 0.36 | 210.86 | 0.48 | 0.43 |
| Hex | 39 | 6C | A2 | 41 | 21 | 0 | 24 | D3 | 30 | 2B |
| Octal | 71 | 154 | 242 | 101 | 41 | 0 | 44 | 323 | 60 | 53 |
| Binary | 111001 | 1101100 | 10100010 | 1000001 | 100001 | 0 | 100100 | 11010011 | 110000 | 101011 |
Color Harmonies of #396CA2
Complementary color
Monochromatic Colors of #396CA2
Black with #396CA2
Text Example
Text Example
White with #396CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CA2; }
p { color: rgb(57,108,162); }
H1.HeaderClassName
{
color: #396CA2;
}
.AnyTagClassName
{
color: #396CA2;
}
</style>
background-color css
<style>
a { background-color: #396CA2; }
a { background-color: rgb(57,108,162); }
div.DivClassName
{
background-color: #396CA2;
}
.BgClassName
{
background-color: #396CA2;
}
</style>
border-color css
<style>
span { border-color: #396CA2; }
span { border-color: rgb(57,108,162); }
td.TdClassName
{
border-color: #396CA2;
}
.TagClassName
{
border-color: #396CA2;
}
</style>