Shades of Lochmara #387D9F
Tints of Lochmara #387D9F
RGB
CMYK
RGB Variations
Color information
#387D9F (or 0x387D9F) is known color: Lochmara. HEX triplet: 38, 7D and 9F. RGB value is (56,125,159). Sum of RGB (Red+Green+Blue) = 56+125+159=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #387D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387D9F is #C78260. Grayscale: #6C6C6C. Windows color (decimal): -13075041 or 10452280. OLE color: 10452280.
HSL color Cylindrical-coordinate representation of color #387D9F: hue angle of 199.81º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #387D9F is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 125 | 159 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.38 |
| HSL | 199.81º | 0.48% | 0.42% | - |
| HSV(B) | 199.81º | 0.65% | 0.62% | - |
| XYZ | 15.22 | 18.01 | 35.48 | - |
| YUV | 108.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 159 | 0.65 | 0.21 | 0 | 0.38 | 199.81 | 0.48 | 0.42 |
| Hex | 38 | 7D | 9F | 41 | 15 | 0 | 26 | C8 | 30 | 2A |
| Octal | 70 | 175 | 237 | 101 | 25 | 0 | 46 | 310 | 60 | 52 |
| Binary | 111000 | 1111101 | 10011111 | 1000001 | 10101 | 0 | 100110 | 11001000 | 110000 | 101010 |
Color Harmonies of #387D9F
Complementary color
Monochromatic Colors of #387D9F
Black with #387D9F
Text Example
Text Example
White with #387D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387D9F; }
p { color: rgb(56,125,159); }
H1.HeaderClassName
{
color: #387D9F;
}
.AnyTagClassName
{
color: #387D9F;
}
</style>
background-color css
<style>
a { background-color: #387D9F; }
a { background-color: rgb(56,125,159); }
div.DivClassName
{
background-color: #387D9F;
}
.BgClassName
{
background-color: #387D9F;
}
</style>
border-color css
<style>
span { border-color: #387D9F; }
span { border-color: rgb(56,125,159); }
td.TdClassName
{
border-color: #387D9F;
}
.TagClassName
{
border-color: #387D9F;
}
</style>