Shades of Lochinvar #3F8C7B
Tints of Lochinvar #3F8C7B
RGB
CMYK
RGB Variations
Color information
#3F8C7B (or 0x3F8C7B) is known color: Lochinvar. HEX triplet: 3F, 8C and 7B. RGB value is (63,140,123). Sum of RGB (Red+Green+Blue) = 63+140+123=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8C7B is #C07384. Grayscale: #737373. Windows color (decimal): -12612485 or 8096831. OLE color: 8096831.
HSL color Cylindrical-coordinate representation of color #3F8C7B: hue angle of 166.75º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8C7B is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 140 | 123 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.45 |
| HSL | 166.75º | 0.38% | 0.4% | - |
| HSV(B) | 166.75º | 0.55% | 0.55% | - |
| XYZ | 15 | 21.24 | 22.05 | - |
| YUV | 115.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 140 | 123 | 0.55 | 0 | 0.12 | 0.45 | 166.75 | 0.38 | 0.4 |
| Hex | 3F | 8C | 7B | 37 | 0 | C | 2D | A7 | 26 | 28 |
| Octal | 77 | 214 | 173 | 67 | 0 | 14 | 55 | 247 | 46 | 50 |
| Binary | 111111 | 10001100 | 1111011 | 110111 | 0 | 1100 | 101101 | 10100111 | 100110 | 101000 |
Color Harmonies of #3F8C7B
Complementary color
Monochromatic Colors of #3F8C7B
Black with #3F8C7B
Text Example
Text Example
White with #3F8C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8C7B; }
p { color: rgb(63,140,123); }
H1.HeaderClassName
{
color: #3F8C7B;
}
.AnyTagClassName
{
color: #3F8C7B;
}
</style>
background-color css
<style>
a { background-color: #3F8C7B; }
a { background-color: rgb(63,140,123); }
div.DivClassName
{
background-color: #3F8C7B;
}
.BgClassName
{
background-color: #3F8C7B;
}
</style>
border-color css
<style>
span { border-color: #3F8C7B; }
span { border-color: rgb(63,140,123); }
td.TdClassName
{
border-color: #3F8C7B;
}
.TagClassName
{
border-color: #3F8C7B;
}
</style>