Shades of Lochinvar #3F9587
Tints of Lochinvar #3F9587
RGB
CMYK
RGB Variations
Color information
#3F9587 (or 0x3F9587) is known color: Lochinvar. HEX triplet: 3F, 95 and 87. RGB value is (63,149,135). Sum of RGB (Red+Green+Blue) = 63+149+135=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9587 is #C06A78. Grayscale: #797979. Windows color (decimal): -12610169 or 8885567. OLE color: 8885567.
HSL color Cylindrical-coordinate representation of color #3F9587: hue angle of 170.23º 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 #3F9587 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 135 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.42 |
| HSL | 170.23º | 0.41% | 0.42% | - |
| HSV(B) | 170.23º | 0.58% | 0.58% | - |
| XYZ | 17.17 | 24.3 | 26.71 | - |
| YUV | 121.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 135 | 0.58 | 0 | 0.09 | 0.42 | 170.23 | 0.41 | 0.42 |
| Hex | 3F | 95 | 87 | 3A | 0 | 9 | 2A | AA | 29 | 2A |
| Octal | 77 | 225 | 207 | 72 | 0 | 11 | 52 | 252 | 51 | 52 |
| Binary | 111111 | 10010101 | 10000111 | 111010 | 0 | 1001 | 101010 | 10101010 | 101001 | 101010 |
Color Harmonies of #3F9587
Complementary color
Monochromatic Colors of #3F9587
Black with #3F9587
Text Example
Text Example
White with #3F9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9587; }
p { color: rgb(63,149,135); }
H1.HeaderClassName
{
color: #3F9587;
}
.AnyTagClassName
{
color: #3F9587;
}
</style>
background-color css
<style>
a { background-color: #3F9587; }
a { background-color: rgb(63,149,135); }
div.DivClassName
{
background-color: #3F9587;
}
.BgClassName
{
background-color: #3F9587;
}
</style>
border-color css
<style>
span { border-color: #3F9587; }
span { border-color: rgb(63,149,135); }
td.TdClassName
{
border-color: #3F9587;
}
.TagClassName
{
border-color: #3F9587;
}
</style>