Shades of Lochinvar #3F9082
Tints of Lochinvar #3F9082
RGB
CMYK
RGB Variations
Color information
#3F9082 (or 0x3F9082) is known color: Lochinvar. HEX triplet: 3F, 90 and 82. RGB value is (63,144,130). Sum of RGB (Red+Green+Blue) = 63+144+130=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9082 is #C06F7D. Grayscale: #767676. Windows color (decimal): -12611454 or 8556607. OLE color: 8556607.
HSL color Cylindrical-coordinate representation of color #3F9082: hue angle of 169.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9082 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 130 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.44 |
| HSL | 169.63º | 0.39% | 0.41% | - |
| HSV(B) | 169.63º | 0.56% | 0.56% | - |
| XYZ | 16.05 | 22.61 | 24.64 | - |
| YUV | 118.19 | 134.66 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 130 | 0.56 | 0 | 0.10 | 0.44 | 169.63 | 0.39 | 0.41 |
| Hex | 3F | 90 | 82 | 38 | 0 | A | 2C | AA | 27 | 29 |
| Octal | 77 | 220 | 202 | 70 | 0 | 12 | 54 | 252 | 47 | 51 |
| Binary | 111111 | 10010000 | 10000010 | 111000 | 0 | 1010 | 101100 | 10101010 | 100111 | 101001 |
Color Harmonies of #3F9082
Complementary color
Monochromatic Colors of #3F9082
Black with #3F9082
Text Example
Text Example
White with #3F9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9082; }
p { color: rgb(63,144,130); }
H1.HeaderClassName
{
color: #3F9082;
}
.AnyTagClassName
{
color: #3F9082;
}
</style>
background-color css
<style>
a { background-color: #3F9082; }
a { background-color: rgb(63,144,130); }
div.DivClassName
{
background-color: #3F9082;
}
.BgClassName
{
background-color: #3F9082;
}
</style>
border-color css
<style>
span { border-color: #3F9082; }
span { border-color: rgb(63,144,130); }
td.TdClassName
{
border-color: #3F9082;
}
.TagClassName
{
border-color: #3F9082;
}
</style>