Shades of Lochmara #387DA0
Tints of Lochmara #387DA0
RGB
CMYK
RGB Variations
Color information
#387DA0 (or 0x387DA0) is known color: Lochmara. HEX triplet: 38, 7D and A0. RGB value is (56,125,160). Sum of RGB (Red+Green+Blue) = 56+125+160=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #387DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DA0 is #C7825F. Grayscale: #6C6C6C. Windows color (decimal): -13075040 or 10517816. OLE color: 10517816.
HSL color Cylindrical-coordinate representation of color #387DA0: hue angle of 200.19º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #387DA0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 125 | 160 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.37 |
| HSL | 200.19º | 0.48% | 0.42% | - |
| HSV(B) | 200.19º | 0.65% | 0.63% | - |
| XYZ | 15.31 | 18.05 | 35.93 | - |
| YUV | 108.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 160 | 0.65 | 0.22 | 0 | 0.37 | 200.19 | 0.48 | 0.42 |
| Hex | 38 | 7D | A0 | 41 | 16 | 0 | 25 | C8 | 30 | 2A |
| Octal | 70 | 175 | 240 | 101 | 26 | 0 | 45 | 310 | 60 | 52 |
| Binary | 111000 | 1111101 | 10100000 | 1000001 | 10110 | 0 | 100101 | 11001000 | 110000 | 101010 |
Color Harmonies of #387DA0
Complementary color
Monochromatic Colors of #387DA0
Black with #387DA0
Text Example
Text Example
White with #387DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DA0; }
p { color: rgb(56,125,160); }
H1.HeaderClassName
{
color: #387DA0;
}
.AnyTagClassName
{
color: #387DA0;
}
</style>
background-color css
<style>
a { background-color: #387DA0; }
a { background-color: rgb(56,125,160); }
div.DivClassName
{
background-color: #387DA0;
}
.BgClassName
{
background-color: #387DA0;
}
</style>
border-color css
<style>
span { border-color: #387DA0; }
span { border-color: rgb(56,125,160); }
td.TdClassName
{
border-color: #387DA0;
}
.TagClassName
{
border-color: #387DA0;
}
</style>