Shades of Lochmara #396C9F
Tints of Lochmara #396C9F
RGB
CMYK
RGB Variations
Color information
#396C9F (or 0x396C9F) is known color: Lochmara. HEX triplet: 39, 6C and 9F. RGB value is (57,108,159). Sum of RGB (Red+Green+Blue) = 57+108+159=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #396C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #396C9F is #C69360. Grayscale: #626262. Windows color (decimal): -13013857 or 10447929. OLE color: 10447929.
HSL color Cylindrical-coordinate representation of color #396C9F: hue angle of 210º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396C9F is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 108 | 159 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.38 |
| HSL | 210º | 0.47% | 0.42% | - |
| HSV(B) | 210º | 0.64% | 0.62% | - |
| XYZ | 13.31 | 14.1 | 34.82 | - |
| YUV | 98.57 | 162.1 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 108 | 159 | 0.64 | 0.32 | 0 | 0.38 | 210 | 0.47 | 0.42 |
| Hex | 39 | 6C | 9F | 40 | 20 | 0 | 26 | D2 | 2F | 2A |
| Octal | 71 | 154 | 237 | 100 | 40 | 0 | 46 | 322 | 57 | 52 |
| Binary | 111001 | 1101100 | 10011111 | 1000000 | 100000 | 0 | 100110 | 11010010 | 101111 | 101010 |
Color Harmonies of #396C9F
Complementary color
Monochromatic Colors of #396C9F
Black with #396C9F
Text Example
Text Example
White with #396C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396C9F; }
p { color: rgb(57,108,159); }
H1.HeaderClassName
{
color: #396C9F;
}
.AnyTagClassName
{
color: #396C9F;
}
</style>
background-color css
<style>
a { background-color: #396C9F; }
a { background-color: rgb(57,108,159); }
div.DivClassName
{
background-color: #396C9F;
}
.BgClassName
{
background-color: #396C9F;
}
</style>
border-color css
<style>
span { border-color: #396C9F; }
span { border-color: rgb(57,108,159); }
td.TdClassName
{
border-color: #396C9F;
}
.TagClassName
{
border-color: #396C9F;
}
</style>