Shades of Lochinvar #388F7A
Tints of Lochinvar #388F7A
RGB
CMYK
RGB Variations
Color information
#388F7A (or 0x388F7A) is known color: Lochinvar. HEX triplet: 38, 8F and 7A. RGB value is (56,143,122). Sum of RGB (Red+Green+Blue) = 56+143+122=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #388F7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F7A is #C77085. Grayscale: #727272. Windows color (decimal): -13070470 or 8032056. OLE color: 8032056.
HSL color Cylindrical-coordinate representation of color #388F7A: hue angle of 165.52º 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 #388F7A is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 143 | 122 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.44 |
| HSL | 165.52º | 0.44% | 0.39% | - |
| HSV(B) | 165.52º | 0.61% | 0.56% | - |
| XYZ | 14.97 | 21.89 | 21.85 | - |
| YUV | 114.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 143 | 122 | 0.61 | 0 | 0.15 | 0.44 | 165.52 | 0.44 | 0.39 |
| Hex | 38 | 8F | 7A | 3D | 0 | F | 2C | A6 | 2C | 27 |
| Octal | 70 | 217 | 172 | 75 | 0 | 17 | 54 | 246 | 54 | 47 |
| Binary | 111000 | 10001111 | 1111010 | 111101 | 0 | 1111 | 101100 | 10100110 | 101100 | 100111 |
Color Harmonies of #388F7A
Complementary color
Monochromatic Colors of #388F7A
Black with #388F7A
Text Example
Text Example
White with #388F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388F7A; }
p { color: rgb(56,143,122); }
H1.HeaderClassName
{
color: #388F7A;
}
.AnyTagClassName
{
color: #388F7A;
}
</style>
background-color css
<style>
a { background-color: #388F7A; }
a { background-color: rgb(56,143,122); }
div.DivClassName
{
background-color: #388F7A;
}
.BgClassName
{
background-color: #388F7A;
}
</style>
border-color css
<style>
span { border-color: #388F7A; }
span { border-color: rgb(56,143,122); }
td.TdClassName
{
border-color: #388F7A;
}
.TagClassName
{
border-color: #388F7A;
}
</style>