Shades of Lochmara #386FA7
Tints of Lochmara #386FA7
RGB
CMYK
RGB Variations
Color information
#386FA7 (or 0x386FA7) is known color: Lochmara. HEX triplet: 38, 6F and A7. RGB value is (56,111,167). Sum of RGB (Red+Green+Blue) = 56+111+167=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #386FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FA7 is #C79058. Grayscale: #646464. Windows color (decimal): -13078617 or 10972984. OLE color: 10972984.
HSL color Cylindrical-coordinate representation of color #386FA7: hue angle of 210.27º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #386FA7 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 111 | 167 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.35 |
| HSL | 210.27º | 0.5% | 0.44% | - |
| HSV(B) | 210.27º | 0.66% | 0.65% | - |
| XYZ | 14.29 | 15 | 38.7 | - |
| YUV | 100.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 167 | 0.66 | 0.34 | 0 | 0.35 | 210.27 | 0.5 | 0.44 |
| Hex | 38 | 6F | A7 | 42 | 22 | 0 | 23 | D2 | 32 | 2C |
| Octal | 70 | 157 | 247 | 102 | 42 | 0 | 43 | 322 | 62 | 54 |
| Binary | 111000 | 1101111 | 10100111 | 1000010 | 100010 | 0 | 100011 | 11010010 | 110010 | 101100 |
Color Harmonies of #386FA7
Complementary color
Monochromatic Colors of #386FA7
Black with #386FA7
Text Example
Text Example
White with #386FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386FA7; }
p { color: rgb(56,111,167); }
H1.HeaderClassName
{
color: #386FA7;
}
.AnyTagClassName
{
color: #386FA7;
}
</style>
background-color css
<style>
a { background-color: #386FA7; }
a { background-color: rgb(56,111,167); }
div.DivClassName
{
background-color: #386FA7;
}
.BgClassName
{
background-color: #386FA7;
}
</style>
border-color css
<style>
span { border-color: #386FA7; }
span { border-color: rgb(56,111,167); }
td.TdClassName
{
border-color: #386FA7;
}
.TagClassName
{
border-color: #386FA7;
}
</style>