Shades of Lochinvar #388881
Tints of Lochinvar #388881
RGB
CMYK
RGB Variations
Color information
#388881 (or 0x388881) is known color: Lochinvar. HEX triplet: 38, 88 and 81. RGB value is (56,136,129). Sum of RGB (Red+Green+Blue) = 56+136+129=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #388881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388881 is #C7777E. Grayscale: #6F6F6F. Windows color (decimal): -13072255 or 8489016. OLE color: 8489016.
HSL color Cylindrical-coordinate representation of color #388881: hue angle of 174.75º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388881 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 136 | 129 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.47 |
| HSL | 174.75º | 0.42% | 0.38% | - |
| HSV(B) | 174.75º | 0.59% | 0.53% | - |
| XYZ | 14.4 | 20.03 | 23.88 | - |
| YUV | 111.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 136 | 129 | 0.59 | 0 | 0.05 | 0.47 | 174.75 | 0.42 | 0.38 |
| Hex | 38 | 88 | 81 | 3B | 0 | 5 | 2F | AF | 2A | 26 |
| Octal | 70 | 210 | 201 | 73 | 0 | 5 | 57 | 257 | 52 | 46 |
| Binary | 111000 | 10001000 | 10000001 | 111011 | 0 | 101 | 101111 | 10101111 | 101010 | 100110 |
Color Harmonies of #388881
Complementary color
Monochromatic Colors of #388881
Black with #388881
Text Example
Text Example
White with #388881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388881; }
p { color: rgb(56,136,129); }
H1.HeaderClassName
{
color: #388881;
}
.AnyTagClassName
{
color: #388881;
}
</style>
background-color css
<style>
a { background-color: #388881; }
a { background-color: rgb(56,136,129); }
div.DivClassName
{
background-color: #388881;
}
.BgClassName
{
background-color: #388881;
}
</style>
border-color css
<style>
span { border-color: #388881; }
span { border-color: rgb(56,136,129); }
td.TdClassName
{
border-color: #388881;
}
.TagClassName
{
border-color: #388881;
}
</style>