Shades of Lochmara #386FB5
Tints of Lochmara #386FB5
RGB
CMYK
RGB Variations
Color information
#386FB5 (or 0x386FB5) is known color: Lochmara. HEX triplet: 38, 6F and B5. RGB value is (56,111,181). Sum of RGB (Red+Green+Blue) = 56+111+181=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 181 (71.09% from 255 or 52.01% from 348); Max value from RGB is 181 - color contains mainly: blue. Hex color #386FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386FB5 is #C7904A. Grayscale: #666666. Windows color (decimal): -13078603 or 11890488. OLE color: 11890488.
HSL color Cylindrical-coordinate representation of color #386FB5: hue angle of 213.6º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #386FB5 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 111 | 181 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.29 |
| HSL | 213.6º | 0.53% | 0.46% | - |
| HSV(B) | 213.6º | 0.69% | 0.71% | - |
| XYZ | 15.66 | 15.55 | 45.89 | - |
| YUV | 102.54 | 172.28 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 181 | 0.69 | 0.39 | 0 | 0.29 | 213.6 | 0.53 | 0.46 |
| Hex | 38 | 6F | B5 | 45 | 27 | 0 | 1D | D6 | 35 | 2E |
| Octal | 70 | 157 | 265 | 105 | 47 | 0 | 35 | 326 | 65 | 56 |
| Binary | 111000 | 1101111 | 10110101 | 1000101 | 100111 | 0 | 11101 | 11010110 | 110101 | 101110 |
Color Harmonies of #386FB5
Complementary color
Monochromatic Colors of #386FB5
Black with #386FB5
Text Example
Text Example
White with #386FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FB5; }
p { color: rgb(56,111,181); }
H1.HeaderClassName
{
color: #386FB5;
}
.AnyTagClassName
{
color: #386FB5;
}
</style>
background-color css
<style>
a { background-color: #386FB5; }
a { background-color: rgb(56,111,181); }
div.DivClassName
{
background-color: #386FB5;
}
.BgClassName
{
background-color: #386FB5;
}
</style>
border-color css
<style>
span { border-color: #386FB5; }
span { border-color: rgb(56,111,181); }
td.TdClassName
{
border-color: #386FB5;
}
.TagClassName
{
border-color: #386FB5;
}
</style>