Shades of Lochmara #38759D
Tints of Lochmara #38759D
RGB
CMYK
RGB Variations
Color information
#38759D (or 0x38759D) is known color: Lochmara. HEX triplet: 38, 75 and 9D. RGB value is (56,117,157). Sum of RGB (Red+Green+Blue) = 56+117+157=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #38759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38759D is #C78A62. Grayscale: #676767. Windows color (decimal): -13077091 or 10319160. OLE color: 10319160.
HSL color Cylindrical-coordinate representation of color #38759D: hue angle of 203.76º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38759D is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 117 | 157 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.38 |
| HSL | 203.76º | 0.47% | 0.42% | - |
| HSV(B) | 203.76º | 0.64% | 0.62% | - |
| XYZ | 14.08 | 16 | 34.24 | - |
| YUV | 103.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 117 | 157 | 0.64 | 0.25 | 0 | 0.38 | 203.76 | 0.47 | 0.42 |
| Hex | 38 | 75 | 9D | 40 | 19 | 0 | 26 | CC | 2F | 2A |
| Octal | 70 | 165 | 235 | 100 | 31 | 0 | 46 | 314 | 57 | 52 |
| Binary | 111000 | 1110101 | 10011101 | 1000000 | 11001 | 0 | 100110 | 11001100 | 101111 | 101010 |
Color Harmonies of #38759D
Complementary color
Monochromatic Colors of #38759D
Black with #38759D
Text Example
Text Example
White with #38759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38759D; }
p { color: rgb(56,117,157); }
H1.HeaderClassName
{
color: #38759D;
}
.AnyTagClassName
{
color: #38759D;
}
</style>
background-color css
<style>
a { background-color: #38759D; }
a { background-color: rgb(56,117,157); }
div.DivClassName
{
background-color: #38759D;
}
.BgClassName
{
background-color: #38759D;
}
</style>
border-color css
<style>
span { border-color: #38759D; }
span { border-color: rgb(56,117,157); }
td.TdClassName
{
border-color: #38759D;
}
.TagClassName
{
border-color: #38759D;
}
</style>