Shades of Lochmara #386B9C
Tints of Lochmara #386B9C
RGB
CMYK
RGB Variations
Color information
#386B9C (or 0x386B9C) is known color: Lochmara. HEX triplet: 38, 6B and 9C. RGB value is (56,107,156). Sum of RGB (Red+Green+Blue) = 56+107+156=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #386B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B9C is #C79463. Grayscale: #616161. Windows color (decimal): -13079652 or 10251064. OLE color: 10251064.
HSL color Cylindrical-coordinate representation of color #386B9C: hue angle of 209.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386B9C is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 107 | 156 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.39 |
| HSL | 209.4º | 0.47% | 0.42% | - |
| HSV(B) | 209.4º | 0.64% | 0.61% | - |
| XYZ | 12.89 | 13.76 | 33.43 | - |
| YUV | 97.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 156 | 0.64 | 0.31 | 0 | 0.39 | 209.4 | 0.47 | 0.42 |
| Hex | 38 | 6B | 9C | 40 | 1F | 0 | 27 | D1 | 2F | 2A |
| Octal | 70 | 153 | 234 | 100 | 37 | 0 | 47 | 321 | 57 | 52 |
| Binary | 111000 | 1101011 | 10011100 | 1000000 | 11111 | 0 | 100111 | 11010001 | 101111 | 101010 |
Color Harmonies of #386B9C
Complementary color
Monochromatic Colors of #386B9C
Black with #386B9C
Text Example
Text Example
White with #386B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B9C; }
p { color: rgb(56,107,156); }
H1.HeaderClassName
{
color: #386B9C;
}
.AnyTagClassName
{
color: #386B9C;
}
</style>
background-color css
<style>
a { background-color: #386B9C; }
a { background-color: rgb(56,107,156); }
div.DivClassName
{
background-color: #386B9C;
}
.BgClassName
{
background-color: #386B9C;
}
</style>
border-color css
<style>
span { border-color: #386B9C; }
span { border-color: rgb(56,107,156); }
td.TdClassName
{
border-color: #386B9C;
}
.TagClassName
{
border-color: #386B9C;
}
</style>