Shades of Lochmara #39689D
Tints of Lochmara #39689D
RGB
CMYK
RGB Variations
Color information
#39689D (or 0x39689D) is known color: Lochmara. HEX triplet: 39, 68 and 9D. RGB value is (57,104,157). Sum of RGB (Red+Green+Blue) = 57+104+157=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #39689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39689D is #C69762. Grayscale: #5F5F5F. Windows color (decimal): -13014883 or 10315833. OLE color: 10315833.
HSL color Cylindrical-coordinate representation of color #39689D: hue angle of 211.8º 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 #39689D is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 104 | 157 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.38 |
| HSL | 211.8º | 0.47% | 0.42% | - |
| HSV(B) | 211.8º | 0.64% | 0.62% | - |
| XYZ | 12.72 | 13.2 | 33.78 | - |
| YUV | 95.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 104 | 157 | 0.64 | 0.34 | 0 | 0.38 | 211.8 | 0.47 | 0.42 |
| Hex | 39 | 68 | 9D | 40 | 22 | 0 | 26 | D4 | 2F | 2A |
| Octal | 71 | 150 | 235 | 100 | 42 | 0 | 46 | 324 | 57 | 52 |
| Binary | 111001 | 1101000 | 10011101 | 1000000 | 100010 | 0 | 100110 | 11010100 | 101111 | 101010 |
Color Harmonies of #39689D
Complementary color
Monochromatic Colors of #39689D
Black with #39689D
Text Example
Text Example
White with #39689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39689D; }
p { color: rgb(57,104,157); }
H1.HeaderClassName
{
color: #39689D;
}
.AnyTagClassName
{
color: #39689D;
}
</style>
background-color css
<style>
a { background-color: #39689D; }
a { background-color: rgb(57,104,157); }
div.DivClassName
{
background-color: #39689D;
}
.BgClassName
{
background-color: #39689D;
}
</style>
border-color css
<style>
span { border-color: #39689D; }
span { border-color: rgb(57,104,157); }
td.TdClassName
{
border-color: #39689D;
}
.TagClassName
{
border-color: #39689D;
}
</style>