Shades of Lochmara #386FAB
Tints of Lochmara #386FAB
RGB
CMYK
RGB Variations
Color information
#386FAB (or 0x386FAB) is known color: Lochmara. HEX triplet: 38, 6F and AB. RGB value is (56,111,171). Sum of RGB (Red+Green+Blue) = 56+111+171=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #386FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FAB is #C79054. Grayscale: #656565. Windows color (decimal): -13078613 or 11235128. OLE color: 11235128.
HSL color Cylindrical-coordinate representation of color #386FAB: hue angle of 211.3º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386FAB is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 111 | 171 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.33 |
| HSL | 211.3º | 0.51% | 0.45% | - |
| HSV(B) | 211.3º | 0.67% | 0.67% | - |
| XYZ | 14.67 | 15.15 | 40.68 | - |
| YUV | 101.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 171 | 0.67 | 0.35 | 0 | 0.33 | 211.3 | 0.51 | 0.45 |
| Hex | 38 | 6F | AB | 43 | 23 | 0 | 21 | D3 | 33 | 2D |
| Octal | 70 | 157 | 253 | 103 | 43 | 0 | 41 | 323 | 63 | 55 |
| Binary | 111000 | 1101111 | 10101011 | 1000011 | 100011 | 0 | 100001 | 11010011 | 110011 | 101101 |
Color Harmonies of #386FAB
Complementary color
Monochromatic Colors of #386FAB
Black with #386FAB
Text Example
Text Example
White with #386FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FAB; }
p { color: rgb(56,111,171); }
H1.HeaderClassName
{
color: #386FAB;
}
.AnyTagClassName
{
color: #386FAB;
}
</style>
background-color css
<style>
a { background-color: #386FAB; }
a { background-color: rgb(56,111,171); }
div.DivClassName
{
background-color: #386FAB;
}
.BgClassName
{
background-color: #386FAB;
}
</style>
border-color css
<style>
span { border-color: #386FAB; }
span { border-color: rgb(56,111,171); }
td.TdClassName
{
border-color: #386FAB;
}
.TagClassName
{
border-color: #386FAB;
}
</style>