Shades of Lochmara #387DA3
Tints of Lochmara #387DA3
RGB
CMYK
RGB Variations
Color information
#387DA3 (or 0x387DA3) is known color: Lochmara. HEX triplet: 38, 7D and A3. RGB value is (56,125,163). Sum of RGB (Red+Green+Blue) = 56+125+163=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #387DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DA3 is #C7825C. Grayscale: #6C6C6C. Windows color (decimal): -13075037 or 10714424. OLE color: 10714424.
HSL color Cylindrical-coordinate representation of color #387DA3: hue angle of 201.31º 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 #387DA3 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 125 | 163 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.36 |
| HSL | 201.31º | 0.49% | 0.43% | - |
| HSV(B) | 201.31º | 0.66% | 0.64% | - |
| XYZ | 15.58 | 18.15 | 37.33 | - |
| YUV | 108.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 163 | 0.66 | 0.23 | 0 | 0.36 | 201.31 | 0.49 | 0.43 |
| Hex | 38 | 7D | A3 | 42 | 17 | 0 | 24 | C9 | 31 | 2B |
| Octal | 70 | 175 | 243 | 102 | 27 | 0 | 44 | 311 | 61 | 53 |
| Binary | 111000 | 1111101 | 10100011 | 1000010 | 10111 | 0 | 100100 | 11001001 | 110001 | 101011 |
Color Harmonies of #387DA3
Complementary color
Monochromatic Colors of #387DA3
Black with #387DA3
Text Example
Text Example
White with #387DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DA3; }
p { color: rgb(56,125,163); }
H1.HeaderClassName
{
color: #387DA3;
}
.AnyTagClassName
{
color: #387DA3;
}
</style>
background-color css
<style>
a { background-color: #387DA3; }
a { background-color: rgb(56,125,163); }
div.DivClassName
{
background-color: #387DA3;
}
.BgClassName
{
background-color: #387DA3;
}
</style>
border-color css
<style>
span { border-color: #387DA3; }
span { border-color: rgb(56,125,163); }
td.TdClassName
{
border-color: #387DA3;
}
.TagClassName
{
border-color: #387DA3;
}
</style>