Shades of Lochmara #386C9D
Tints of Lochmara #386C9D
RGB
CMYK
RGB Variations
Color information
#386C9D (or 0x386C9D) is known color: Lochmara. HEX triplet: 38, 6C and 9D. RGB value is (56,108,157). Sum of RGB (Red+Green+Blue) = 56+108+157=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #386C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C9D is #C79362. Grayscale: #616161. Windows color (decimal): -13079395 or 10316856. OLE color: 10316856.
HSL color Cylindrical-coordinate representation of color #386C9D: hue angle of 209.11º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386C9D is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 108 | 157 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.38 |
| HSL | 209.11º | 0.47% | 0.42% | - |
| HSV(B) | 209.11º | 0.64% | 0.62% | - |
| XYZ | 13.08 | 14 | 33.91 | - |
| YUV | 98.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 157 | 0.64 | 0.31 | 0 | 0.38 | 209.11 | 0.47 | 0.42 |
| Hex | 38 | 6C | 9D | 40 | 1F | 0 | 26 | D1 | 2F | 2A |
| Octal | 70 | 154 | 235 | 100 | 37 | 0 | 46 | 321 | 57 | 52 |
| Binary | 111000 | 1101100 | 10011101 | 1000000 | 11111 | 0 | 100110 | 11010001 | 101111 | 101010 |
Color Harmonies of #386C9D
Complementary color
Monochromatic Colors of #386C9D
Black with #386C9D
Text Example
Text Example
White with #386C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C9D; }
p { color: rgb(56,108,157); }
H1.HeaderClassName
{
color: #386C9D;
}
.AnyTagClassName
{
color: #386C9D;
}
</style>
background-color css
<style>
a { background-color: #386C9D; }
a { background-color: rgb(56,108,157); }
div.DivClassName
{
background-color: #386C9D;
}
.BgClassName
{
background-color: #386C9D;
}
</style>
border-color css
<style>
span { border-color: #386C9D; }
span { border-color: rgb(56,108,157); }
td.TdClassName
{
border-color: #386C9D;
}
.TagClassName
{
border-color: #386C9D;
}
</style>