Shades of Lochmara #39759C
Tints of Lochmara #39759C
RGB
CMYK
RGB Variations
Color information
#39759C (or 0x39759C) is known color: Lochmara. HEX triplet: 39, 75 and 9C. RGB value is (57,117,156). Sum of RGB (Red+Green+Blue) = 57+117+156=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #39759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39759C is #C68A63. Grayscale: #676767. Windows color (decimal): -13011556 or 10253625. OLE color: 10253625.
HSL color Cylindrical-coordinate representation of color #39759C: hue angle of 203.64º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39759C is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 117 | 156 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.39 |
| HSL | 203.64º | 0.46% | 0.42% | - |
| HSV(B) | 203.64º | 0.63% | 0.61% | - |
| XYZ | 14.05 | 15.99 | 33.8 | - |
| YUV | 103.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 117 | 156 | 0.63 | 0.25 | 0 | 0.39 | 203.64 | 0.46 | 0.42 |
| Hex | 39 | 75 | 9C | 3F | 19 | 0 | 27 | CC | 2E | 2A |
| Octal | 71 | 165 | 234 | 77 | 31 | 0 | 47 | 314 | 56 | 52 |
| Binary | 111001 | 1110101 | 10011100 | 111111 | 11001 | 0 | 100111 | 11001100 | 101110 | 101010 |
Color Harmonies of #39759C
Complementary color
Monochromatic Colors of #39759C
Black with #39759C
Text Example
Text Example
White with #39759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39759C; }
p { color: rgb(57,117,156); }
H1.HeaderClassName
{
color: #39759C;
}
.AnyTagClassName
{
color: #39759C;
}
</style>
background-color css
<style>
a { background-color: #39759C; }
a { background-color: rgb(57,117,156); }
div.DivClassName
{
background-color: #39759C;
}
.BgClassName
{
background-color: #39759C;
}
</style>
border-color css
<style>
span { border-color: #39759C; }
span { border-color: rgb(57,117,156); }
td.TdClassName
{
border-color: #39759C;
}
.TagClassName
{
border-color: #39759C;
}
</style>