Shades of Lochinvar #398F85
Tints of Lochinvar #398F85
RGB
CMYK
RGB Variations
Color information
#398F85 (or 0x398F85) is known color: Lochinvar. HEX triplet: 39, 8F and 85. RGB value is (57,143,133). Sum of RGB (Red+Green+Blue) = 57+143+133=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #398F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398F85 is #C6707A. Grayscale: #747474. Windows color (decimal): -13004923 or 8752953. OLE color: 8752953.
HSL color Cylindrical-coordinate representation of color #398F85: hue angle of 173.02º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398F85 is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 143 | 133 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.44 |
| HSL | 173.02º | 0.43% | 0.39% | - |
| HSV(B) | 173.02º | 0.6% | 0.56% | - |
| XYZ | 15.74 | 22.21 | 25.65 | - |
| YUV | 116.15 | 137.51 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 133 | 0.60 | 0 | 0.07 | 0.44 | 173.02 | 0.43 | 0.39 |
| Hex | 39 | 8F | 85 | 3C | 0 | 7 | 2C | AD | 2B | 27 |
| Octal | 71 | 217 | 205 | 74 | 0 | 7 | 54 | 255 | 53 | 47 |
| Binary | 111001 | 10001111 | 10000101 | 111100 | 0 | 111 | 101100 | 10101101 | 101011 | 100111 |
Color Harmonies of #398F85
Complementary color
Monochromatic Colors of #398F85
Black with #398F85
Text Example
Text Example
White with #398F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398F85; }
p { color: rgb(57,143,133); }
H1.HeaderClassName
{
color: #398F85;
}
.AnyTagClassName
{
color: #398F85;
}
</style>
background-color css
<style>
a { background-color: #398F85; }
a { background-color: rgb(57,143,133); }
div.DivClassName
{
background-color: #398F85;
}
.BgClassName
{
background-color: #398F85;
}
</style>
border-color css
<style>
span { border-color: #398F85; }
span { border-color: rgb(57,143,133); }
td.TdClassName
{
border-color: #398F85;
}
.TagClassName
{
border-color: #398F85;
}
</style>