Shades of Lochmara #38709D
Tints of Lochmara #38709D
RGB
CMYK
RGB Variations
Color information
#38709D (or 0x38709D) is known color: Lochmara. HEX triplet: 38, 70 and 9D. RGB value is (56,112,157). Sum of RGB (Red+Green+Blue) = 56+112+157=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #38709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38709D is #C78F62. Grayscale: #646464. Windows color (decimal): -13078371 or 10317880. OLE color: 10317880.
HSL color Cylindrical-coordinate representation of color #38709D: hue angle of 206.73º 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 #38709D is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 112 | 157 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.38 |
| HSL | 206.73º | 0.47% | 0.42% | - |
| HSV(B) | 206.73º | 0.64% | 0.62% | - |
| XYZ | 13.51 | 14.86 | 34.06 | - |
| YUV | 100.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 112 | 157 | 0.64 | 0.29 | 0 | 0.38 | 206.73 | 0.47 | 0.42 |
| Hex | 38 | 70 | 9D | 40 | 1D | 0 | 26 | CF | 2F | 2A |
| Octal | 70 | 160 | 235 | 100 | 35 | 0 | 46 | 317 | 57 | 52 |
| Binary | 111000 | 1110000 | 10011101 | 1000000 | 11101 | 0 | 100110 | 11001111 | 101111 | 101010 |
Color Harmonies of #38709D
Complementary color
Monochromatic Colors of #38709D
Black with #38709D
Text Example
Text Example
White with #38709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38709D; }
p { color: rgb(56,112,157); }
H1.HeaderClassName
{
color: #38709D;
}
.AnyTagClassName
{
color: #38709D;
}
</style>
background-color css
<style>
a { background-color: #38709D; }
a { background-color: rgb(56,112,157); }
div.DivClassName
{
background-color: #38709D;
}
.BgClassName
{
background-color: #38709D;
}
</style>
border-color css
<style>
span { border-color: #38709D; }
span { border-color: rgb(56,112,157); }
td.TdClassName
{
border-color: #38709D;
}
.TagClassName
{
border-color: #38709D;
}
</style>