Shades of Lochinvar #3F947B
Tints of Lochinvar #3F947B
RGB
CMYK
RGB Variations
Color information
#3F947B (or 0x3F947B) is known color: Lochinvar. HEX triplet: 3F, 94 and 7B. RGB value is (63,148,123). Sum of RGB (Red+Green+Blue) = 63+148+123=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #3F947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F947B is #C06B84. Grayscale: #777777. Windows color (decimal): -12610437 or 8098879. OLE color: 8098879.
HSL color Cylindrical-coordinate representation of color #3F947B: hue angle of 162.35º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F947B is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 123 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.42 |
| HSL | 162.35º | 0.4% | 0.41% | - |
| HSV(B) | 162.35º | 0.57% | 0.58% | - |
| XYZ | 16.21 | 23.67 | 22.45 | - |
| YUV | 119.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 123 | 0.57 | 0 | 0.17 | 0.42 | 162.35 | 0.4 | 0.41 |
| Hex | 3F | 94 | 7B | 39 | 0 | 11 | 2A | A2 | 28 | 29 |
| Octal | 77 | 224 | 173 | 71 | 0 | 21 | 52 | 242 | 50 | 51 |
| Binary | 111111 | 10010100 | 1111011 | 111001 | 0 | 10001 | 101010 | 10100010 | 101000 | 101001 |
Color Harmonies of #3F947B
Complementary color
Monochromatic Colors of #3F947B
Black with #3F947B
Text Example
Text Example
White with #3F947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F947B; }
p { color: rgb(63,148,123); }
H1.HeaderClassName
{
color: #3F947B;
}
.AnyTagClassName
{
color: #3F947B;
}
</style>
background-color css
<style>
a { background-color: #3F947B; }
a { background-color: rgb(63,148,123); }
div.DivClassName
{
background-color: #3F947B;
}
.BgClassName
{
background-color: #3F947B;
}
</style>
border-color css
<style>
span { border-color: #3F947B; }
span { border-color: rgb(63,148,123); }
td.TdClassName
{
border-color: #3F947B;
}
.TagClassName
{
border-color: #3F947B;
}
</style>