Shades of Lochinvar #3F9185
Tints of Lochinvar #3F9185
RGB
CMYK
RGB Variations
Color information
#3F9185 (or 0x3F9185) is known color: Lochinvar. HEX triplet: 3F, 91 and 85. RGB value is (63,145,133). Sum of RGB (Red+Green+Blue) = 63+145+133=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9185 is #C06E7A. Grayscale: #777777. Windows color (decimal): -12611195 or 8753471. OLE color: 8753471.
HSL color Cylindrical-coordinate representation of color #3F9185: hue angle of 171.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F9185 is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 145 | 133 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.43 |
| HSL | 171.22º | 0.39% | 0.41% | - |
| HSV(B) | 171.22º | 0.57% | 0.57% | - |
| XYZ | 16.41 | 23 | 25.77 | - |
| YUV | 119.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 133 | 0.57 | 0 | 0.08 | 0.43 | 171.22 | 0.39 | 0.41 |
| Hex | 3F | 91 | 85 | 39 | 0 | 8 | 2B | AB | 27 | 29 |
| Octal | 77 | 221 | 205 | 71 | 0 | 10 | 53 | 253 | 47 | 51 |
| Binary | 111111 | 10010001 | 10000101 | 111001 | 0 | 1000 | 101011 | 10101011 | 100111 | 101001 |
Color Harmonies of #3F9185
Complementary color
Monochromatic Colors of #3F9185
Black with #3F9185
Text Example
Text Example
White with #3F9185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9185; }
p { color: rgb(63,145,133); }
H1.HeaderClassName
{
color: #3F9185;
}
.AnyTagClassName
{
color: #3F9185;
}
</style>
background-color css
<style>
a { background-color: #3F9185; }
a { background-color: rgb(63,145,133); }
div.DivClassName
{
background-color: #3F9185;
}
.BgClassName
{
background-color: #3F9185;
}
</style>
border-color css
<style>
span { border-color: #3F9185; }
span { border-color: rgb(63,145,133); }
td.TdClassName
{
border-color: #3F9185;
}
.TagClassName
{
border-color: #3F9185;
}
</style>