Shades of Lochmara #386DA4
Tints of Lochmara #386DA4
RGB
CMYK
RGB Variations
Color information
#386DA4 (or 0x386DA4) is known color: Lochmara. HEX triplet: 38, 6D and A4. RGB value is (56,109,164). Sum of RGB (Red+Green+Blue) = 56+109+164=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #386DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386DA4 is #C7925B. Grayscale: #636363. Windows color (decimal): -13079132 or 10775864. OLE color: 10775864.
HSL color Cylindrical-coordinate representation of color #386DA4: hue angle of 210.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #386DA4 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 109 | 164 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.36 |
| HSL | 210.56º | 0.49% | 0.43% | - |
| HSV(B) | 210.56º | 0.66% | 0.64% | - |
| XYZ | 13.8 | 14.46 | 37.19 | - |
| YUV | 99.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 109 | 164 | 0.66 | 0.34 | 0 | 0.36 | 210.56 | 0.49 | 0.43 |
| Hex | 38 | 6D | A4 | 42 | 22 | 0 | 24 | D3 | 31 | 2B |
| Octal | 70 | 155 | 244 | 102 | 42 | 0 | 44 | 323 | 61 | 53 |
| Binary | 111000 | 1101101 | 10100100 | 1000010 | 100010 | 0 | 100100 | 11010011 | 110001 | 101011 |
Color Harmonies of #386DA4
Complementary color
Monochromatic Colors of #386DA4
Black with #386DA4
Text Example
Text Example
White with #386DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386DA4; }
p { color: rgb(56,109,164); }
H1.HeaderClassName
{
color: #386DA4;
}
.AnyTagClassName
{
color: #386DA4;
}
</style>
background-color css
<style>
a { background-color: #386DA4; }
a { background-color: rgb(56,109,164); }
div.DivClassName
{
background-color: #386DA4;
}
.BgClassName
{
background-color: #386DA4;
}
</style>
border-color css
<style>
span { border-color: #386DA4; }
span { border-color: rgb(56,109,164); }
td.TdClassName
{
border-color: #386DA4;
}
.TagClassName
{
border-color: #386DA4;
}
</style>