Shades of Lochmara #386DA6
Tints of Lochmara #386DA6
RGB
CMYK
RGB Variations
Color information
#386DA6 (or 0x386DA6) is known color: Lochmara. HEX triplet: 38, 6D and A6. RGB value is (56,109,166). Sum of RGB (Red+Green+Blue) = 56+109+166=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 109 (42.97% from 255 or 32.93% 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 #386DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DA6 is #C79259. Grayscale: #636363. Windows color (decimal): -13079130 or 10906936. OLE color: 10906936.
HSL color Cylindrical-coordinate representation of color #386DA6: hue angle of 211.09º degrees, saturation: 0.5, 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 #386DA6 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 109 | 166 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.35 |
| HSL | 211.09º | 0.5% | 0.44% | - |
| HSV(B) | 211.09º | 0.66% | 0.65% | - |
| XYZ | 13.98 | 14.53 | 38.14 | - |
| YUV | 99.65 | 165.44 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 166 | 0.66 | 0.34 | 0 | 0.35 | 211.09 | 0.5 | 0.44 |
| Hex | 38 | 6D | A6 | 42 | 22 | 0 | 23 | D3 | 32 | 2C |
| Octal | 70 | 155 | 246 | 102 | 42 | 0 | 43 | 323 | 62 | 54 |
| Binary | 111000 | 1101101 | 10100110 | 1000010 | 100010 | 0 | 100011 | 11010011 | 110010 | 101100 |
Color Harmonies of #386DA6
Complementary color
Monochromatic Colors of #386DA6
Black with #386DA6
Text Example
Text Example
White with #386DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DA6; }
p { color: rgb(56,109,166); }
H1.HeaderClassName
{
color: #386DA6;
}
.AnyTagClassName
{
color: #386DA6;
}
</style>
background-color css
<style>
a { background-color: #386DA6; }
a { background-color: rgb(56,109,166); }
div.DivClassName
{
background-color: #386DA6;
}
.BgClassName
{
background-color: #386DA6;
}
</style>
border-color css
<style>
span { border-color: #386DA6; }
span { border-color: rgb(56,109,166); }
td.TdClassName
{
border-color: #386DA6;
}
.TagClassName
{
border-color: #386DA6;
}
</style>