Shades of Lochmara #39799D
Tints of Lochmara #39799D
RGB
CMYK
RGB Variations
Color information
#39799D (or 0x39799D) is known color: Lochmara. HEX triplet: 39, 79 and 9D. RGB value is (57,121,157). Sum of RGB (Red+Green+Blue) = 57+121+157=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #39799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39799D is #C68662. Grayscale: #696969. Windows color (decimal): -13010531 or 10320185. OLE color: 10320185.
HSL color Cylindrical-coordinate representation of color #39799D: hue angle of 201.6º 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 #39799D is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 121 | 157 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.38 |
| HSL | 201.6º | 0.47% | 0.42% | - |
| HSV(B) | 201.6º | 0.64% | 0.62% | - |
| XYZ | 14.61 | 16.98 | 34.41 | - |
| YUV | 105.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 157 | 0.64 | 0.23 | 0 | 0.38 | 201.6 | 0.47 | 0.42 |
| Hex | 39 | 79 | 9D | 40 | 17 | 0 | 26 | CA | 2F | 2A |
| Octal | 71 | 171 | 235 | 100 | 27 | 0 | 46 | 312 | 57 | 52 |
| Binary | 111001 | 1111001 | 10011101 | 1000000 | 10111 | 0 | 100110 | 11001010 | 101111 | 101010 |
Color Harmonies of #39799D
Complementary color
Monochromatic Colors of #39799D
Black with #39799D
Text Example
Text Example
White with #39799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39799D; }
p { color: rgb(57,121,157); }
H1.HeaderClassName
{
color: #39799D;
}
.AnyTagClassName
{
color: #39799D;
}
</style>
background-color css
<style>
a { background-color: #39799D; }
a { background-color: rgb(57,121,157); }
div.DivClassName
{
background-color: #39799D;
}
.BgClassName
{
background-color: #39799D;
}
</style>
border-color css
<style>
span { border-color: #39799D; }
span { border-color: rgb(57,121,157); }
td.TdClassName
{
border-color: #39799D;
}
.TagClassName
{
border-color: #39799D;
}
</style>