Shades of Lochmara #386C9B
Tints of Lochmara #386C9B
RGB
CMYK
RGB Variations
Color information
#386C9B (or 0x386C9B) is known color: Lochmara. HEX triplet: 38, 6C and 9B. RGB value is (56,108,155). Sum of RGB (Red+Green+Blue) = 56+108+155=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #386C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C9B is #C79364. Grayscale: #616161. Windows color (decimal): -13079397 or 10185784. OLE color: 10185784.
HSL color Cylindrical-coordinate representation of color #386C9B: hue angle of 208.48º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386C9B is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 108 | 155 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.39 |
| HSL | 208.48º | 0.47% | 0.41% | - |
| HSV(B) | 208.48º | 0.64% | 0.61% | - |
| XYZ | 12.91 | 13.93 | 33.02 | - |
| YUV | 97.81 | 160.27 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 155 | 0.64 | 0.30 | 0 | 0.39 | 208.48 | 0.47 | 0.41 |
| Hex | 38 | 6C | 9B | 40 | 1E | 0 | 27 | D0 | 2F | 29 |
| Octal | 70 | 154 | 233 | 100 | 36 | 0 | 47 | 320 | 57 | 51 |
| Binary | 111000 | 1101100 | 10011011 | 1000000 | 11110 | 0 | 100111 | 11010000 | 101111 | 101001 |
Color Harmonies of #386C9B
Complementary color
Monochromatic Colors of #386C9B
Black with #386C9B
Text Example
Text Example
White with #386C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386C9B; }
p { color: rgb(56,108,155); }
H1.HeaderClassName
{
color: #386C9B;
}
.AnyTagClassName
{
color: #386C9B;
}
</style>
background-color css
<style>
a { background-color: #386C9B; }
a { background-color: rgb(56,108,155); }
div.DivClassName
{
background-color: #386C9B;
}
.BgClassName
{
background-color: #386C9B;
}
</style>
border-color css
<style>
span { border-color: #386C9B; }
span { border-color: rgb(56,108,155); }
td.TdClassName
{
border-color: #386C9B;
}
.TagClassName
{
border-color: #386C9B;
}
</style>