Shades of Lochmara #39759D
Tints of Lochmara #39759D
RGB
CMYK
RGB Variations
Color information
#39759D (or 0x39759D) is known color: Lochmara. HEX triplet: 39, 75 and 9D. RGB value is (57,117,157). Sum of RGB (Red+Green+Blue) = 57+117+157=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #39759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39759D is #C68A62. Grayscale: #676767. Windows color (decimal): -13011555 or 10319161. OLE color: 10319161.
HSL color Cylindrical-coordinate representation of color #39759D: hue angle of 204º 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 #39759D is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 117 | 157 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.38 |
| HSL | 204º | 0.47% | 0.42% | - |
| HSV(B) | 204º | 0.64% | 0.62% | - |
| XYZ | 14.13 | 16.03 | 34.25 | - |
| YUV | 103.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 157 | 0.64 | 0.25 | 0 | 0.38 | 204 | 0.47 | 0.42 |
| Hex | 39 | 75 | 9D | 40 | 19 | 0 | 26 | CC | 2F | 2A |
| Octal | 71 | 165 | 235 | 100 | 31 | 0 | 46 | 314 | 57 | 52 |
| Binary | 111001 | 1110101 | 10011101 | 1000000 | 11001 | 0 | 100110 | 11001100 | 101111 | 101010 |
Color Harmonies of #39759D
Complementary color
Monochromatic Colors of #39759D
Black with #39759D
Text Example
Text Example
White with #39759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39759D; }
p { color: rgb(57,117,157); }
H1.HeaderClassName
{
color: #39759D;
}
.AnyTagClassName
{
color: #39759D;
}
</style>
background-color css
<style>
a { background-color: #39759D; }
a { background-color: rgb(57,117,157); }
div.DivClassName
{
background-color: #39759D;
}
.BgClassName
{
background-color: #39759D;
}
</style>
border-color css
<style>
span { border-color: #39759D; }
span { border-color: rgb(57,117,157); }
td.TdClassName
{
border-color: #39759D;
}
.TagClassName
{
border-color: #39759D;
}
</style>