Shades of Lochmara #386CAD
Tints of Lochmara #386CAD
RGB
CMYK
RGB Variations
Color information
#386CAD (or 0x386CAD) is known color: Lochmara. HEX triplet: 38, 6C and AD. RGB value is (56,108,173). Sum of RGB (Red+Green+Blue) = 56+108+173=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #386CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386CAD is #C79352. Grayscale: #636363. Windows color (decimal): -13079379 or 11365432. OLE color: 11365432.
HSL color Cylindrical-coordinate representation of color #386CAD: hue angle of 213.33º 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 #386CAD is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 108 | 173 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.32 |
| HSL | 213.33º | 0.51% | 0.45% | - |
| HSV(B) | 213.33º | 0.68% | 0.68% | - |
| XYZ | 14.54 | 14.58 | 41.58 | - |
| YUV | 99.86 | 169.27 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 173 | 0.68 | 0.38 | 0 | 0.32 | 213.33 | 0.51 | 0.45 |
| Hex | 38 | 6C | AD | 44 | 26 | 0 | 20 | D5 | 33 | 2D |
| Octal | 70 | 154 | 255 | 104 | 46 | 0 | 40 | 325 | 63 | 55 |
| Binary | 111000 | 1101100 | 10101101 | 1000100 | 100110 | 0 | 100000 | 11010101 | 110011 | 101101 |
Color Harmonies of #386CAD
Complementary color
Monochromatic Colors of #386CAD
Black with #386CAD
Text Example
Text Example
White with #386CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CAD; }
p { color: rgb(56,108,173); }
H1.HeaderClassName
{
color: #386CAD;
}
.AnyTagClassName
{
color: #386CAD;
}
</style>
background-color css
<style>
a { background-color: #386CAD; }
a { background-color: rgb(56,108,173); }
div.DivClassName
{
background-color: #386CAD;
}
.BgClassName
{
background-color: #386CAD;
}
</style>
border-color css
<style>
span { border-color: #386CAD; }
span { border-color: rgb(56,108,173); }
td.TdClassName
{
border-color: #386CAD;
}
.TagClassName
{
border-color: #386CAD;
}
</style>