Shades of Lochmara #386BA8
Tints of Lochmara #386BA8
RGB
CMYK
RGB Variations
Color information
#386BA8 (or 0x386BA8) is known color: Lochmara. HEX triplet: 38, 6B and A8. RGB value is (56,107,168). Sum of RGB (Red+Green+Blue) = 56+107+168=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #386BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386BA8 is #C79457. Grayscale: #626262. Windows color (decimal): -13079640 or 11037496. OLE color: 11037496.
HSL color Cylindrical-coordinate representation of color #386BA8: hue angle of 212.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386BA8 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 107 | 168 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.34 |
| HSL | 212.68º | 0.5% | 0.44% | - |
| HSV(B) | 212.68º | 0.67% | 0.66% | - |
| XYZ | 13.96 | 14.18 | 39.05 | - |
| YUV | 98.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 168 | 0.67 | 0.36 | 0 | 0.34 | 212.68 | 0.5 | 0.44 |
| Hex | 38 | 6B | A8 | 43 | 24 | 0 | 22 | D5 | 32 | 2C |
| Octal | 70 | 153 | 250 | 103 | 44 | 0 | 42 | 325 | 62 | 54 |
| Binary | 111000 | 1101011 | 10101000 | 1000011 | 100100 | 0 | 100010 | 11010101 | 110010 | 101100 |
Color Harmonies of #386BA8
Complementary color
Monochromatic Colors of #386BA8
Black with #386BA8
Text Example
Text Example
White with #386BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386BA8; }
p { color: rgb(56,107,168); }
H1.HeaderClassName
{
color: #386BA8;
}
.AnyTagClassName
{
color: #386BA8;
}
</style>
background-color css
<style>
a { background-color: #386BA8; }
a { background-color: rgb(56,107,168); }
div.DivClassName
{
background-color: #386BA8;
}
.BgClassName
{
background-color: #386BA8;
}
</style>
border-color css
<style>
span { border-color: #386BA8; }
span { border-color: rgb(56,107,168); }
td.TdClassName
{
border-color: #386BA8;
}
.TagClassName
{
border-color: #386BA8;
}
</style>