Shades of Lochinvar #3F9188
Tints of Lochinvar #3F9188
RGB
CMYK
RGB Variations
Color information
#3F9188 (or 0x3F9188) is known color: Lochinvar. HEX triplet: 3F, 91 and 88. RGB value is (63,145,136). Sum of RGB (Red+Green+Blue) = 63+145+136=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #3F9188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9188 is #C06E77. Grayscale: #777777. Windows color (decimal): -12611192 or 8950079. OLE color: 8950079.
HSL color Cylindrical-coordinate representation of color #3F9188: hue angle of 173.41º degrees, saturation: 0.39, 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 #3F9188 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 145 | 136 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.43 |
| HSL | 173.41º | 0.39% | 0.41% | - |
| HSV(B) | 173.41º | 0.57% | 0.57% | - |
| XYZ | 16.62 | 23.09 | 26.87 | - |
| YUV | 119.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 145 | 136 | 0.57 | 0 | 0.06 | 0.43 | 173.41 | 0.39 | 0.41 |
| Hex | 3F | 91 | 88 | 39 | 0 | 6 | 2B | AD | 27 | 29 |
| Octal | 77 | 221 | 210 | 71 | 0 | 6 | 53 | 255 | 47 | 51 |
| Binary | 111111 | 10010001 | 10001000 | 111001 | 0 | 110 | 101011 | 10101101 | 100111 | 101001 |
Color Harmonies of #3F9188
Complementary color
Monochromatic Colors of #3F9188
Black with #3F9188
Text Example
Text Example
White with #3F9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9188; }
p { color: rgb(63,145,136); }
H1.HeaderClassName
{
color: #3F9188;
}
.AnyTagClassName
{
color: #3F9188;
}
</style>
background-color css
<style>
a { background-color: #3F9188; }
a { background-color: rgb(63,145,136); }
div.DivClassName
{
background-color: #3F9188;
}
.BgClassName
{
background-color: #3F9188;
}
</style>
border-color css
<style>
span { border-color: #3F9188; }
span { border-color: rgb(63,145,136); }
td.TdClassName
{
border-color: #3F9188;
}
.TagClassName
{
border-color: #3F9188;
}
</style>