Shades of Lochinvar #3F8A83
Tints of Lochinvar #3F8A83
RGB
CMYK
RGB Variations
Color information
#3F8A83 (or 0x3F8A83) is known color: Lochinvar. HEX triplet: 3F, 8A and 83. RGB value is (63,138,131). Sum of RGB (Red+Green+Blue) = 63+138+131=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8A83 is #C0757C. Grayscale: #727272. Windows color (decimal): -12612989 or 8620607. OLE color: 8620607.
HSL color Cylindrical-coordinate representation of color #3F8A83: hue angle of 174.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A83 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 138 | 131 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.46 |
| HSL | 174.4º | 0.37% | 0.39% | - |
| HSV(B) | 174.4º | 0.54% | 0.54% | - |
| XYZ | 15.24 | 20.87 | 24.7 | - |
| YUV | 114.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 131 | 0.54 | 0 | 0.05 | 0.46 | 174.4 | 0.37 | 0.39 |
| Hex | 3F | 8A | 83 | 36 | 0 | 5 | 2E | AE | 25 | 27 |
| Octal | 77 | 212 | 203 | 66 | 0 | 5 | 56 | 256 | 45 | 47 |
| Binary | 111111 | 10001010 | 10000011 | 110110 | 0 | 101 | 101110 | 10101110 | 100101 | 100111 |
Color Harmonies of #3F8A83
Complementary color
Monochromatic Colors of #3F8A83
Black with #3F8A83
Text Example
Text Example
White with #3F8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8A83; }
p { color: rgb(63,138,131); }
H1.HeaderClassName
{
color: #3F8A83;
}
.AnyTagClassName
{
color: #3F8A83;
}
</style>
background-color css
<style>
a { background-color: #3F8A83; }
a { background-color: rgb(63,138,131); }
div.DivClassName
{
background-color: #3F8A83;
}
.BgClassName
{
background-color: #3F8A83;
}
</style>
border-color css
<style>
span { border-color: #3F8A83; }
span { border-color: rgb(63,138,131); }
td.TdClassName
{
border-color: #3F8A83;
}
.TagClassName
{
border-color: #3F8A83;
}
</style>