Shades of Lochinvar #3F9586
Tints of Lochinvar #3F9586
RGB
CMYK
RGB Variations
Color information
#3F9586 (or 0x3F9586) is known color: Lochinvar. HEX triplet: 3F, 95 and 86. RGB value is (63,149,134). Sum of RGB (Red+Green+Blue) = 63+149+134=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9586 is #C06A79. Grayscale: #797979. Windows color (decimal): -12610170 or 8820031. OLE color: 8820031.
HSL color Cylindrical-coordinate representation of color #3F9586: hue angle of 169.53º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9586 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 134 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.42 |
| HSL | 169.53º | 0.41% | 0.42% | - |
| HSV(B) | 169.53º | 0.58% | 0.58% | - |
| XYZ | 17.1 | 24.27 | 26.34 | - |
| YUV | 121.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 134 | 0.58 | 0 | 0.10 | 0.42 | 169.53 | 0.41 | 0.42 |
| Hex | 3F | 95 | 86 | 3A | 0 | A | 2A | AA | 29 | 2A |
| Octal | 77 | 225 | 206 | 72 | 0 | 12 | 52 | 252 | 51 | 52 |
| Binary | 111111 | 10010101 | 10000110 | 111010 | 0 | 1010 | 101010 | 10101010 | 101001 | 101010 |
Color Harmonies of #3F9586
Complementary color
Monochromatic Colors of #3F9586
Black with #3F9586
Text Example
Text Example
White with #3F9586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9586; }
p { color: rgb(63,149,134); }
H1.HeaderClassName
{
color: #3F9586;
}
.AnyTagClassName
{
color: #3F9586;
}
</style>
background-color css
<style>
a { background-color: #3F9586; }
a { background-color: rgb(63,149,134); }
div.DivClassName
{
background-color: #3F9586;
}
.BgClassName
{
background-color: #3F9586;
}
</style>
border-color css
<style>
span { border-color: #3F9586; }
span { border-color: rgb(63,149,134); }
td.TdClassName
{
border-color: #3F9586;
}
.TagClassName
{
border-color: #3F9586;
}
</style>