Shades of Lochinvar #389083
Tints of Lochinvar #389083
RGB
CMYK
RGB Variations
Color information
#389083 (or 0x389083) is known color: Lochinvar. HEX triplet: 38, 90 and 83. RGB value is (56,144,131). Sum of RGB (Red+Green+Blue) = 56+144+131=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 144 - color contains mainly: green. Hex color #389083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389083 is #C76F7C. Grayscale: #747474. Windows color (decimal): -13070205 or 8622136. OLE color: 8622136.
HSL color Cylindrical-coordinate representation of color #389083: hue angle of 171.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389083 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 144 | 131 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.44 |
| HSL | 171.14º | 0.44% | 0.39% | - |
| HSV(B) | 171.14º | 0.61% | 0.56% | - |
| XYZ | 15.7 | 22.43 | 24.97 | - |
| YUV | 116.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 144 | 131 | 0.61 | 0 | 0.09 | 0.44 | 171.14 | 0.44 | 0.39 |
| Hex | 38 | 90 | 83 | 3D | 0 | 9 | 2C | AB | 2C | 27 |
| Octal | 70 | 220 | 203 | 75 | 0 | 11 | 54 | 253 | 54 | 47 |
| Binary | 111000 | 10010000 | 10000011 | 111101 | 0 | 1001 | 101100 | 10101011 | 101100 | 100111 |
Color Harmonies of #389083
Complementary color
Monochromatic Colors of #389083
Black with #389083
Text Example
Text Example
White with #389083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389083; }
p { color: rgb(56,144,131); }
H1.HeaderClassName
{
color: #389083;
}
.AnyTagClassName
{
color: #389083;
}
</style>
background-color css
<style>
a { background-color: #389083; }
a { background-color: rgb(56,144,131); }
div.DivClassName
{
background-color: #389083;
}
.BgClassName
{
background-color: #389083;
}
</style>
border-color css
<style>
span { border-color: #389083; }
span { border-color: rgb(56,144,131); }
td.TdClassName
{
border-color: #389083;
}
.TagClassName
{
border-color: #389083;
}
</style>