Shades of Lochinvar #398C7D
Tints of Lochinvar #398C7D
RGB
CMYK
RGB Variations
Color information
#398C7D (or 0x398C7D) is known color: Lochinvar. HEX triplet: 39, 8C and 7D. RGB value is (57,140,125). Sum of RGB (Red+Green+Blue) = 57+140+125=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #398C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C7D is #C67382. Grayscale: #717171. Windows color (decimal): -13005699 or 8227897. OLE color: 8227897.
HSL color Cylindrical-coordinate representation of color #398C7D: hue angle of 169.16º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C7D is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 140 | 125 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.45 |
| HSL | 169.16º | 0.42% | 0.39% | - |
| HSV(B) | 169.16º | 0.59% | 0.55% | - |
| XYZ | 14.77 | 21.11 | 22.7 | - |
| YUV | 113.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 125 | 0.59 | 0 | 0.11 | 0.45 | 169.16 | 0.42 | 0.39 |
| Hex | 39 | 8C | 7D | 3B | 0 | B | 2D | A9 | 2A | 27 |
| Octal | 71 | 214 | 175 | 73 | 0 | 13 | 55 | 251 | 52 | 47 |
| Binary | 111001 | 10001100 | 1111101 | 111011 | 0 | 1011 | 101101 | 10101001 | 101010 | 100111 |
Color Harmonies of #398C7D
Complementary color
Monochromatic Colors of #398C7D
Black with #398C7D
Text Example
Text Example
White with #398C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C7D; }
p { color: rgb(57,140,125); }
H1.HeaderClassName
{
color: #398C7D;
}
.AnyTagClassName
{
color: #398C7D;
}
</style>
background-color css
<style>
a { background-color: #398C7D; }
a { background-color: rgb(57,140,125); }
div.DivClassName
{
background-color: #398C7D;
}
.BgClassName
{
background-color: #398C7D;
}
</style>
border-color css
<style>
span { border-color: #398C7D; }
span { border-color: rgb(57,140,125); }
td.TdClassName
{
border-color: #398C7D;
}
.TagClassName
{
border-color: #398C7D;
}
</style>