Shades of Lochmara #386CB8
Tints of Lochmara #386CB8
RGB
CMYK
RGB Variations
Color information
#386CB8 (or 0x386CB8) is known color: Lochmara. HEX triplet: 38, 6C and B8. RGB value is (56,108,184). Sum of RGB (Red+Green+Blue) = 56+108+184=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #386CB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CB8 is #C79347. Grayscale: #646464. Windows color (decimal): -13079368 or 12086328. OLE color: 12086328.
HSL color Cylindrical-coordinate representation of color #386CB8: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386CB8 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 108 | 184 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.28 |
| HSL | 215.63º | 0.53% | 0.47% | - |
| HSV(B) | 215.63º | 0.7% | 0.72% | - |
| XYZ | 15.65 | 15.03 | 47.42 | - |
| YUV | 101.12 | 174.77 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 108 | 184 | 0.70 | 0.41 | 0 | 0.28 | 215.63 | 0.53 | 0.47 |
| Hex | 38 | 6C | B8 | 46 | 29 | 0 | 1C | D8 | 35 | 2F |
| Octal | 70 | 154 | 270 | 106 | 51 | 0 | 34 | 330 | 65 | 57 |
| Binary | 111000 | 1101100 | 10111000 | 1000110 | 101001 | 0 | 11100 | 11011000 | 110101 | 101111 |
Color Harmonies of #386CB8
Complementary color
Monochromatic Colors of #386CB8
Black with #386CB8
Text Example
Text Example
White with #386CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386CB8; }
p { color: rgb(56,108,184); }
H1.HeaderClassName
{
color: #386CB8;
}
.AnyTagClassName
{
color: #386CB8;
}
</style>
background-color css
<style>
a { background-color: #386CB8; }
a { background-color: rgb(56,108,184); }
div.DivClassName
{
background-color: #386CB8;
}
.BgClassName
{
background-color: #386CB8;
}
</style>
border-color css
<style>
span { border-color: #386CB8; }
span { border-color: rgb(56,108,184); }
td.TdClassName
{
border-color: #386CB8;
}
.TagClassName
{
border-color: #386CB8;
}
</style>