Shades of Lochinvar #398B7A
Tints of Lochinvar #398B7A
RGB
CMYK
RGB Variations
Color information
#398B7A (or 0x398B7A) is known color: Lochinvar. HEX triplet: 39, 8B and 7A. RGB value is (57,139,122). Sum of RGB (Red+Green+Blue) = 57+139+122=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #398B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B7A is #C67485. Grayscale: #707070. Windows color (decimal): -13005958 or 8031033. OLE color: 8031033.
HSL color Cylindrical-coordinate representation of color #398B7A: hue angle of 167.56º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B7A is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 122 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.45 |
| HSL | 167.56º | 0.42% | 0.38% | - |
| HSV(B) | 167.56º | 0.59% | 0.55% | - |
| XYZ | 14.43 | 20.74 | 21.65 | - |
| YUV | 112.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 122 | 0.59 | 0 | 0.12 | 0.45 | 167.56 | 0.42 | 0.38 |
| Hex | 39 | 8B | 7A | 3B | 0 | C | 2D | A8 | 2A | 26 |
| Octal | 71 | 213 | 172 | 73 | 0 | 14 | 55 | 250 | 52 | 46 |
| Binary | 111001 | 10001011 | 1111010 | 111011 | 0 | 1100 | 101101 | 10101000 | 101010 | 100110 |
Color Harmonies of #398B7A
Complementary color
Monochromatic Colors of #398B7A
Black with #398B7A
Text Example
Text Example
White with #398B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B7A; }
p { color: rgb(57,139,122); }
H1.HeaderClassName
{
color: #398B7A;
}
.AnyTagClassName
{
color: #398B7A;
}
</style>
background-color css
<style>
a { background-color: #398B7A; }
a { background-color: rgb(57,139,122); }
div.DivClassName
{
background-color: #398B7A;
}
.BgClassName
{
background-color: #398B7A;
}
</style>
border-color css
<style>
span { border-color: #398B7A; }
span { border-color: rgb(57,139,122); }
td.TdClassName
{
border-color: #398B7A;
}
.TagClassName
{
border-color: #398B7A;
}
</style>