Shades of Lochmara #386BAD
Tints of Lochmara #386BAD
RGB
CMYK
RGB Variations
Color information
#386BAD (or 0x386BAD) is known color: Lochmara. HEX triplet: 38, 6B and AD. RGB value is (56,107,173). Sum of RGB (Red+Green+Blue) = 56+107+173=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #386BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BAD is #C79452. Grayscale: #626262. Windows color (decimal): -13079635 or 11365176. OLE color: 11365176.
HSL color Cylindrical-coordinate representation of color #386BAD: hue angle of 213.85º 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 #386BAD is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 107 | 173 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.32 |
| HSL | 213.85º | 0.51% | 0.45% | - |
| HSV(B) | 213.85º | 0.68% | 0.68% | - |
| XYZ | 14.43 | 14.37 | 41.55 | - |
| YUV | 99.28 | 169.6 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 173 | 0.68 | 0.38 | 0 | 0.32 | 213.85 | 0.51 | 0.45 |
| Hex | 38 | 6B | AD | 44 | 26 | 0 | 20 | D6 | 33 | 2D |
| Octal | 70 | 153 | 255 | 104 | 46 | 0 | 40 | 326 | 63 | 55 |
| Binary | 111000 | 1101011 | 10101101 | 1000100 | 100110 | 0 | 100000 | 11010110 | 110011 | 101101 |
Color Harmonies of #386BAD
Complementary color
Monochromatic Colors of #386BAD
Black with #386BAD
Text Example
Text Example
White with #386BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BAD; }
p { color: rgb(56,107,173); }
H1.HeaderClassName
{
color: #386BAD;
}
.AnyTagClassName
{
color: #386BAD;
}
</style>
background-color css
<style>
a { background-color: #386BAD; }
a { background-color: rgb(56,107,173); }
div.DivClassName
{
background-color: #386BAD;
}
.BgClassName
{
background-color: #386BAD;
}
</style>
border-color css
<style>
span { border-color: #386BAD; }
span { border-color: rgb(56,107,173); }
td.TdClassName
{
border-color: #386BAD;
}
.TagClassName
{
border-color: #386BAD;
}
</style>