Shades of Lochmara #386B9F
Tints of Lochmara #386B9F
RGB
CMYK
RGB Variations
Color information
#386B9F (or 0x386B9F) is known color: Lochmara. HEX triplet: 38, 6B and 9F. RGB value is (56,107,159). Sum of RGB (Red+Green+Blue) = 56+107+159=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #386B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386B9F is #C79460. Grayscale: #616161. Windows color (decimal): -13079649 or 10447672. OLE color: 10447672.
HSL color Cylindrical-coordinate representation of color #386B9F: hue angle of 210.29º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386B9F is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 107 | 159 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.38 |
| HSL | 210.29º | 0.48% | 0.42% | - |
| HSV(B) | 210.29º | 0.65% | 0.62% | - |
| XYZ | 13.15 | 13.86 | 34.78 | - |
| YUV | 97.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 159 | 0.65 | 0.33 | 0 | 0.38 | 210.29 | 0.48 | 0.42 |
| Hex | 38 | 6B | 9F | 41 | 21 | 0 | 26 | D2 | 30 | 2A |
| Octal | 70 | 153 | 237 | 101 | 41 | 0 | 46 | 322 | 60 | 52 |
| Binary | 111000 | 1101011 | 10011111 | 1000001 | 100001 | 0 | 100110 | 11010010 | 110000 | 101010 |
Color Harmonies of #386B9F
Complementary color
Monochromatic Colors of #386B9F
Black with #386B9F
Text Example
Text Example
White with #386B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B9F; }
p { color: rgb(56,107,159); }
H1.HeaderClassName
{
color: #386B9F;
}
.AnyTagClassName
{
color: #386B9F;
}
</style>
background-color css
<style>
a { background-color: #386B9F; }
a { background-color: rgb(56,107,159); }
div.DivClassName
{
background-color: #386B9F;
}
.BgClassName
{
background-color: #386B9F;
}
</style>
border-color css
<style>
span { border-color: #386B9F; }
span { border-color: rgb(56,107,159); }
td.TdClassName
{
border-color: #386B9F;
}
.TagClassName
{
border-color: #386B9F;
}
</style>