Shades of Lochmara #396BA4
Tints of Lochmara #396BA4
RGB
CMYK
RGB Variations
Color information
#396BA4 (or 0x396BA4) is known color: Lochmara. HEX triplet: 39, 6B and A4. RGB value is (57,107,164). Sum of RGB (Red+Green+Blue) = 57+107+164=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #396BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396BA4 is #C6945B. Grayscale: #626262. Windows color (decimal): -13014108 or 10775353. OLE color: 10775353.
HSL color Cylindrical-coordinate representation of color #396BA4: hue angle of 211.96º 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 #396BA4 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 107 | 164 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.36 |
| HSL | 211.96º | 0.48% | 0.43% | - |
| HSV(B) | 211.96º | 0.65% | 0.64% | - |
| XYZ | 13.65 | 14.07 | 37.12 | - |
| YUV | 98.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 107 | 164 | 0.65 | 0.35 | 0 | 0.36 | 211.96 | 0.48 | 0.43 |
| Hex | 39 | 6B | A4 | 41 | 23 | 0 | 24 | D4 | 30 | 2B |
| Octal | 71 | 153 | 244 | 101 | 43 | 0 | 44 | 324 | 60 | 53 |
| Binary | 111001 | 1101011 | 10100100 | 1000001 | 100011 | 0 | 100100 | 11010100 | 110000 | 101011 |
Color Harmonies of #396BA4
Complementary color
Monochromatic Colors of #396BA4
Black with #396BA4
Text Example
Text Example
White with #396BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396BA4; }
p { color: rgb(57,107,164); }
H1.HeaderClassName
{
color: #396BA4;
}
.AnyTagClassName
{
color: #396BA4;
}
</style>
background-color css
<style>
a { background-color: #396BA4; }
a { background-color: rgb(57,107,164); }
div.DivClassName
{
background-color: #396BA4;
}
.BgClassName
{
background-color: #396BA4;
}
</style>
border-color css
<style>
span { border-color: #396BA4; }
span { border-color: rgb(57,107,164); }
td.TdClassName
{
border-color: #396BA4;
}
.TagClassName
{
border-color: #396BA4;
}
</style>