Shades of Lochmara #386BAC
Tints of Lochmara #386BAC
RGB
CMYK
RGB Variations
Color information
#386BAC (or 0x386BAC) is known color: Lochmara. HEX triplet: 38, 6B and AC. RGB value is (56,107,172). Sum of RGB (Red+Green+Blue) = 56+107+172=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #386BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BAC is #C79453. Grayscale: #626262. Windows color (decimal): -13079636 or 11299640. OLE color: 11299640.
HSL color Cylindrical-coordinate representation of color #386BAC: hue angle of 213.62º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386BAC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 107 | 172 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.33 |
| HSL | 213.62º | 0.51% | 0.45% | - |
| HSV(B) | 213.62º | 0.67% | 0.67% | - |
| XYZ | 14.33 | 14.33 | 41.04 | - |
| YUV | 99.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 172 | 0.67 | 0.38 | 0 | 0.33 | 213.62 | 0.51 | 0.45 |
| Hex | 38 | 6B | AC | 43 | 26 | 0 | 21 | D6 | 33 | 2D |
| Octal | 70 | 153 | 254 | 103 | 46 | 0 | 41 | 326 | 63 | 55 |
| Binary | 111000 | 1101011 | 10101100 | 1000011 | 100110 | 0 | 100001 | 11010110 | 110011 | 101101 |
Color Harmonies of #386BAC
Complementary color
Monochromatic Colors of #386BAC
Black with #386BAC
Text Example
Text Example
White with #386BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BAC; }
p { color: rgb(56,107,172); }
H1.HeaderClassName
{
color: #386BAC;
}
.AnyTagClassName
{
color: #386BAC;
}
</style>
background-color css
<style>
a { background-color: #386BAC; }
a { background-color: rgb(56,107,172); }
div.DivClassName
{
background-color: #386BAC;
}
.BgClassName
{
background-color: #386BAC;
}
</style>
border-color css
<style>
span { border-color: #386BAC; }
span { border-color: rgb(56,107,172); }
td.TdClassName
{
border-color: #386BAC;
}
.TagClassName
{
border-color: #386BAC;
}
</style>