Shades of Lochmara #396CA6
Tints of Lochmara #396CA6
RGB
CMYK
RGB Variations
Color information
#396CA6 (or 0x396CA6) is known color: Lochmara. HEX triplet: 39, 6C and A6. RGB value is (57,108,166). Sum of RGB (Red+Green+Blue) = 57+108+166=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #396CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396CA6 is #C69359. Grayscale: #636363. Windows color (decimal): -13013850 or 10906681. OLE color: 10906681.
HSL color Cylindrical-coordinate representation of color #396CA6: hue angle of 211.93º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396CA6 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 108 | 166 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.35 |
| HSL | 211.93º | 0.49% | 0.44% | - |
| HSV(B) | 211.93º | 0.66% | 0.65% | - |
| XYZ | 13.93 | 14.35 | 38.11 | - |
| YUV | 99.36 | 165.6 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 166 | 0.66 | 0.35 | 0 | 0.35 | 211.93 | 0.49 | 0.44 |
| Hex | 39 | 6C | A6 | 42 | 23 | 0 | 23 | D4 | 31 | 2C |
| Octal | 71 | 154 | 246 | 102 | 43 | 0 | 43 | 324 | 61 | 54 |
| Binary | 111001 | 1101100 | 10100110 | 1000010 | 100011 | 0 | 100011 | 11010100 | 110001 | 101100 |
Color Harmonies of #396CA6
Complementary color
Monochromatic Colors of #396CA6
Black with #396CA6
Text Example
Text Example
White with #396CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396CA6; }
p { color: rgb(57,108,166); }
H1.HeaderClassName
{
color: #396CA6;
}
.AnyTagClassName
{
color: #396CA6;
}
</style>
background-color css
<style>
a { background-color: #396CA6; }
a { background-color: rgb(57,108,166); }
div.DivClassName
{
background-color: #396CA6;
}
.BgClassName
{
background-color: #396CA6;
}
</style>
border-color css
<style>
span { border-color: #396CA6; }
span { border-color: rgb(57,108,166); }
td.TdClassName
{
border-color: #396CA6;
}
.TagClassName
{
border-color: #396CA6;
}
</style>