Shades of Lochmara #387CA0
Tints of Lochmara #387CA0
RGB
CMYK
RGB Variations
Color information
#387CA0 (or 0x387CA0) is known color: Lochmara. HEX triplet: 38, 7C and A0. RGB value is (56,124,160). Sum of RGB (Red+Green+Blue) = 56+124+160=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 160 - color contains mainly: blue. Hex color #387CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387CA0 is #C7835F. Grayscale: #6B6B6B. Windows color (decimal): -13075296 or 10517560. OLE color: 10517560.
HSL color Cylindrical-coordinate representation of color #387CA0: hue angle of 200.77º 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 #387CA0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 124 | 160 | - |
| CMYK | 0.65 | 0.22 | 0 | 0.37 |
| HSL | 200.77º | 0.48% | 0.42% | - |
| HSV(B) | 200.77º | 0.65% | 0.63% | - |
| XYZ | 15.18 | 17.79 | 35.89 | - |
| YUV | 107.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 160 | 0.65 | 0.22 | 0 | 0.37 | 200.77 | 0.48 | 0.42 |
| Hex | 38 | 7C | A0 | 41 | 16 | 0 | 25 | C9 | 30 | 2A |
| Octal | 70 | 174 | 240 | 101 | 26 | 0 | 45 | 311 | 60 | 52 |
| Binary | 111000 | 1111100 | 10100000 | 1000001 | 10110 | 0 | 100101 | 11001001 | 110000 | 101010 |
Color Harmonies of #387CA0
Complementary color
Monochromatic Colors of #387CA0
Black with #387CA0
Text Example
Text Example
White with #387CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387CA0; }
p { color: rgb(56,124,160); }
H1.HeaderClassName
{
color: #387CA0;
}
.AnyTagClassName
{
color: #387CA0;
}
</style>
background-color css
<style>
a { background-color: #387CA0; }
a { background-color: rgb(56,124,160); }
div.DivClassName
{
background-color: #387CA0;
}
.BgClassName
{
background-color: #387CA0;
}
</style>
border-color css
<style>
span { border-color: #387CA0; }
span { border-color: rgb(56,124,160); }
td.TdClassName
{
border-color: #387CA0;
}
.TagClassName
{
border-color: #387CA0;
}
</style>