Shades of Lochmara #387DA4
Tints of Lochmara #387DA4
RGB
CMYK
RGB Variations
Color information
#387DA4 (or 0x387DA4) is known color: Lochmara. HEX triplet: 38, 7D and A4. RGB value is (56,125,164). Sum of RGB (Red+Green+Blue) = 56+125+164=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #387DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387DA4 is #C7825B. Grayscale: #6C6C6C. Windows color (decimal): -13075036 or 10779960. OLE color: 10779960.
HSL color Cylindrical-coordinate representation of color #387DA4: hue angle of 201.67º 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 #387DA4 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 125 | 164 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.36 |
| HSL | 201.67º | 0.49% | 0.43% | - |
| HSV(B) | 201.67º | 0.66% | 0.64% | - |
| XYZ | 15.67 | 18.19 | 37.81 | - |
| YUV | 108.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 125 | 164 | 0.66 | 0.24 | 0 | 0.36 | 201.67 | 0.49 | 0.43 |
| Hex | 38 | 7D | A4 | 42 | 18 | 0 | 24 | CA | 31 | 2B |
| Octal | 70 | 175 | 244 | 102 | 30 | 0 | 44 | 312 | 61 | 53 |
| Binary | 111000 | 1111101 | 10100100 | 1000010 | 11000 | 0 | 100100 | 11001010 | 110001 | 101011 |
Color Harmonies of #387DA4
Complementary color
Monochromatic Colors of #387DA4
Black with #387DA4
Text Example
Text Example
White with #387DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387DA4; }
p { color: rgb(56,125,164); }
H1.HeaderClassName
{
color: #387DA4;
}
.AnyTagClassName
{
color: #387DA4;
}
</style>
background-color css
<style>
a { background-color: #387DA4; }
a { background-color: rgb(56,125,164); }
div.DivClassName
{
background-color: #387DA4;
}
.BgClassName
{
background-color: #387DA4;
}
</style>
border-color css
<style>
span { border-color: #387DA4; }
span { border-color: rgb(56,125,164); }
td.TdClassName
{
border-color: #387DA4;
}
.TagClassName
{
border-color: #387DA4;
}
</style>