Shades of Lochmara #386DAD
Tints of Lochmara #386DAD
RGB
CMYK
RGB Variations
Color information
#386DAD (or 0x386DAD) is known color: Lochmara. HEX triplet: 38, 6D and AD. RGB value is (56,109,173). Sum of RGB (Red+Green+Blue) = 56+109+173=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #386DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DAD is #C79252. Grayscale: #646464. Windows color (decimal): -13079123 or 11365688. OLE color: 11365688.
HSL color Cylindrical-coordinate representation of color #386DAD: hue angle of 212.82º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386DAD is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 109 | 173 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.32 |
| HSL | 212.82º | 0.51% | 0.45% | - |
| HSV(B) | 212.82º | 0.68% | 0.68% | - |
| XYZ | 14.64 | 14.8 | 41.62 | - |
| YUV | 100.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 173 | 0.68 | 0.37 | 0 | 0.32 | 212.82 | 0.51 | 0.45 |
| Hex | 38 | 6D | AD | 44 | 25 | 0 | 20 | D5 | 33 | 2D |
| Octal | 70 | 155 | 255 | 104 | 45 | 0 | 40 | 325 | 63 | 55 |
| Binary | 111000 | 1101101 | 10101101 | 1000100 | 100101 | 0 | 100000 | 11010101 | 110011 | 101101 |
Color Harmonies of #386DAD
Complementary color
Monochromatic Colors of #386DAD
Black with #386DAD
Text Example
Text Example
White with #386DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DAD; }
p { color: rgb(56,109,173); }
H1.HeaderClassName
{
color: #386DAD;
}
.AnyTagClassName
{
color: #386DAD;
}
</style>
background-color css
<style>
a { background-color: #386DAD; }
a { background-color: rgb(56,109,173); }
div.DivClassName
{
background-color: #386DAD;
}
.BgClassName
{
background-color: #386DAD;
}
</style>
border-color css
<style>
span { border-color: #386DAD; }
span { border-color: rgb(56,109,173); }
td.TdClassName
{
border-color: #386DAD;
}
.TagClassName
{
border-color: #386DAD;
}
</style>