Shades of Lochinvar #388A7A
Tints of Lochinvar #388A7A
RGB
CMYK
RGB Variations
Color information
#388A7A (or 0x388A7A) is known color: Lochinvar. HEX triplet: 38, 8A and 7A. RGB value is (56,138,122). Sum of RGB (Red+Green+Blue) = 56+138+122=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #388A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A7A is #C77585. Grayscale: #6F6F6F. Windows color (decimal): -13071750 or 8030776. OLE color: 8030776.
HSL color Cylindrical-coordinate representation of color #388A7A: hue angle of 168.29º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A7A is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 138 | 122 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.46 |
| HSL | 168.29º | 0.42% | 0.38% | - |
| HSV(B) | 168.29º | 0.59% | 0.54% | - |
| XYZ | 14.23 | 20.42 | 21.6 | - |
| YUV | 111.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 138 | 122 | 0.59 | 0 | 0.12 | 0.46 | 168.29 | 0.42 | 0.38 |
| Hex | 38 | 8A | 7A | 3B | 0 | C | 2E | A8 | 2A | 26 |
| Octal | 70 | 212 | 172 | 73 | 0 | 14 | 56 | 250 | 52 | 46 |
| Binary | 111000 | 10001010 | 1111010 | 111011 | 0 | 1100 | 101110 | 10101000 | 101010 | 100110 |
Color Harmonies of #388A7A
Complementary color
Monochromatic Colors of #388A7A
Black with #388A7A
Text Example
Text Example
White with #388A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388A7A; }
p { color: rgb(56,138,122); }
H1.HeaderClassName
{
color: #388A7A;
}
.AnyTagClassName
{
color: #388A7A;
}
</style>
background-color css
<style>
a { background-color: #388A7A; }
a { background-color: rgb(56,138,122); }
div.DivClassName
{
background-color: #388A7A;
}
.BgClassName
{
background-color: #388A7A;
}
</style>
border-color css
<style>
span { border-color: #388A7A; }
span { border-color: rgb(56,138,122); }
td.TdClassName
{
border-color: #388A7A;
}
.TagClassName
{
border-color: #388A7A;
}
</style>