Shades of Lochmara #387A9E
Tints of Lochmara #387A9E
RGB
CMYK
RGB Variations
Color information
#387A9E (or 0x387A9E) is known color: Lochmara. HEX triplet: 38, 7A and 9E. RGB value is (56,122,158). Sum of RGB (Red+Green+Blue) = 56+122+158=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #387A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A9E is #C78561. Grayscale: #6A6A6A. Windows color (decimal): -13075810 or 10385976. OLE color: 10385976.
HSL color Cylindrical-coordinate representation of color #387A9E: hue angle of 201.18º 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 #387A9E is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 122 | 158 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.38 |
| HSL | 201.18º | 0.48% | 0.42% | - |
| HSV(B) | 201.18º | 0.65% | 0.62% | - |
| XYZ | 14.76 | 17.23 | 34.9 | - |
| YUV | 106.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 158 | 0.65 | 0.23 | 0 | 0.38 | 201.18 | 0.48 | 0.42 |
| Hex | 38 | 7A | 9E | 41 | 17 | 0 | 26 | C9 | 30 | 2A |
| Octal | 70 | 172 | 236 | 101 | 27 | 0 | 46 | 311 | 60 | 52 |
| Binary | 111000 | 1111010 | 10011110 | 1000001 | 10111 | 0 | 100110 | 11001001 | 110000 | 101010 |
Color Harmonies of #387A9E
Complementary color
Monochromatic Colors of #387A9E
Black with #387A9E
Text Example
Text Example
White with #387A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A9E; }
p { color: rgb(56,122,158); }
H1.HeaderClassName
{
color: #387A9E;
}
.AnyTagClassName
{
color: #387A9E;
}
</style>
background-color css
<style>
a { background-color: #387A9E; }
a { background-color: rgb(56,122,158); }
div.DivClassName
{
background-color: #387A9E;
}
.BgClassName
{
background-color: #387A9E;
}
</style>
border-color css
<style>
span { border-color: #387A9E; }
span { border-color: rgb(56,122,158); }
td.TdClassName
{
border-color: #387A9E;
}
.TagClassName
{
border-color: #387A9E;
}
</style>