Shades of Lochmara #39709A
Tints of Lochmara #39709A
RGB
CMYK
RGB Variations
Color information
#39709A (or 0x39709A) is known color: Lochmara. HEX triplet: 39, 70 and 9A. RGB value is (57,112,154). Sum of RGB (Red+Green+Blue) = 57+112+154=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #39709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39709A is #C68F65. Grayscale: #646464. Windows color (decimal): -13012838 or 10121273. OLE color: 10121273.
HSL color Cylindrical-coordinate representation of color #39709A: hue angle of 205.98º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39709A is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 112 | 154 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.40 |
| HSL | 205.98º | 0.46% | 0.41% | - |
| HSV(B) | 205.98º | 0.63% | 0.6% | - |
| XYZ | 13.31 | 14.79 | 32.73 | - |
| YUV | 100.34 | 158.28 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 112 | 154 | 0.63 | 0.27 | 0 | 0.40 | 205.98 | 0.46 | 0.41 |
| Hex | 39 | 70 | 9A | 3F | 1B | 0 | 28 | CE | 2E | 29 |
| Octal | 71 | 160 | 232 | 77 | 33 | 0 | 50 | 316 | 56 | 51 |
| Binary | 111001 | 1110000 | 10011010 | 111111 | 11011 | 0 | 101000 | 11001110 | 101110 | 101001 |
Color Harmonies of #39709A
Complementary color
Monochromatic Colors of #39709A
Black with #39709A
Text Example
Text Example
White with #39709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39709A; }
p { color: rgb(57,112,154); }
H1.HeaderClassName
{
color: #39709A;
}
.AnyTagClassName
{
color: #39709A;
}
</style>
background-color css
<style>
a { background-color: #39709A; }
a { background-color: rgb(57,112,154); }
div.DivClassName
{
background-color: #39709A;
}
.BgClassName
{
background-color: #39709A;
}
</style>
border-color css
<style>
span { border-color: #39709A; }
span { border-color: rgb(57,112,154); }
td.TdClassName
{
border-color: #39709A;
}
.TagClassName
{
border-color: #39709A;
}
</style>