Shades of Lochmara #39739D
Tints of Lochmara #39739D
RGB
CMYK
RGB Variations
Color information
#39739D (or 0x39739D) is known color: Lochmara. HEX triplet: 39, 73 and 9D. RGB value is (57,115,157). Sum of RGB (Red+Green+Blue) = 57+115+157=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #39739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39739D is #C68C62. Grayscale: #666666. Windows color (decimal): -13012067 or 10318649. OLE color: 10318649.
HSL color Cylindrical-coordinate representation of color #39739D: hue angle of 205.2º 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 #39739D is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 115 | 157 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.38 |
| HSL | 205.2º | 0.47% | 0.42% | - |
| HSV(B) | 205.2º | 0.64% | 0.62% | - |
| XYZ | 13.9 | 15.57 | 34.17 | - |
| YUV | 102.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 115 | 157 | 0.64 | 0.27 | 0 | 0.38 | 205.2 | 0.47 | 0.42 |
| Hex | 39 | 73 | 9D | 40 | 1B | 0 | 26 | CD | 2F | 2A |
| Octal | 71 | 163 | 235 | 100 | 33 | 0 | 46 | 315 | 57 | 52 |
| Binary | 111001 | 1110011 | 10011101 | 1000000 | 11011 | 0 | 100110 | 11001101 | 101111 | 101010 |
Color Harmonies of #39739D
Complementary color
Monochromatic Colors of #39739D
Black with #39739D
Text Example
Text Example
White with #39739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39739D; }
p { color: rgb(57,115,157); }
H1.HeaderClassName
{
color: #39739D;
}
.AnyTagClassName
{
color: #39739D;
}
</style>
background-color css
<style>
a { background-color: #39739D; }
a { background-color: rgb(57,115,157); }
div.DivClassName
{
background-color: #39739D;
}
.BgClassName
{
background-color: #39739D;
}
</style>
border-color css
<style>
span { border-color: #39739D; }
span { border-color: rgb(57,115,157); }
td.TdClassName
{
border-color: #39739D;
}
.TagClassName
{
border-color: #39739D;
}
</style>