Shades of Lochinvar #3F927C
Tints of Lochinvar #3F927C
RGB
CMYK
RGB Variations
Color information
#3F927C (or 0x3F927C) is known color: Lochinvar. HEX triplet: 3F, 92 and 7C. RGB value is (63,146,124). Sum of RGB (Red+Green+Blue) = 63+146+124=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #3F927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F927C is #C06D83. Grayscale: #767676. Windows color (decimal): -12610948 or 8163903. OLE color: 8163903.
HSL color Cylindrical-coordinate representation of color #3F927C: hue angle of 164.1º degrees, saturation: 0.4, 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 #3F927C is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 124 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.43 |
| HSL | 164.1º | 0.4% | 0.41% | - |
| HSV(B) | 164.1º | 0.57% | 0.57% | - |
| XYZ | 15.97 | 23.07 | 22.68 | - |
| YUV | 118.68 | 131 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 124 | 0.57 | 0 | 0.15 | 0.43 | 164.1 | 0.4 | 0.41 |
| Hex | 3F | 92 | 7C | 39 | 0 | F | 2B | A4 | 28 | 29 |
| Octal | 77 | 222 | 174 | 71 | 0 | 17 | 53 | 244 | 50 | 51 |
| Binary | 111111 | 10010010 | 1111100 | 111001 | 0 | 1111 | 101011 | 10100100 | 101000 | 101001 |
Color Harmonies of #3F927C
Complementary color
Monochromatic Colors of #3F927C
Black with #3F927C
Text Example
Text Example
White with #3F927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F927C; }
p { color: rgb(63,146,124); }
H1.HeaderClassName
{
color: #3F927C;
}
.AnyTagClassName
{
color: #3F927C;
}
</style>
background-color css
<style>
a { background-color: #3F927C; }
a { background-color: rgb(63,146,124); }
div.DivClassName
{
background-color: #3F927C;
}
.BgClassName
{
background-color: #3F927C;
}
</style>
border-color css
<style>
span { border-color: #3F927C; }
span { border-color: rgb(63,146,124); }
td.TdClassName
{
border-color: #3F927C;
}
.TagClassName
{
border-color: #3F927C;
}
</style>