Shades of Lochinvar #408884
Tints of Lochinvar #408884
RGB
CMYK
RGB Variations
Color information
#408884 (or 0x408884) is known color: Lochinvar. HEX triplet: 40, 88 and 84. RGB value is (64,136,132). Sum of RGB (Red+Green+Blue) = 64+136+132=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #408884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408884 is #BF777B. Grayscale: #717171. Windows color (decimal): -12547964 or 8685632. OLE color: 8685632.
HSL color Cylindrical-coordinate representation of color #408884: hue angle of 176.67º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408884 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 132 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.47 |
| HSL | 176.67º | 0.36% | 0.39% | - |
| HSV(B) | 176.67º | 0.53% | 0.53% | - |
| XYZ | 15.08 | 20.36 | 24.97 | - |
| YUV | 114.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 132 | 0.53 | 0 | 0.03 | 0.47 | 176.67 | 0.36 | 0.39 |
| Hex | 40 | 88 | 84 | 35 | 0 | 3 | 2F | B1 | 24 | 27 |
| Octal | 100 | 210 | 204 | 65 | 0 | 3 | 57 | 261 | 44 | 47 |
| Binary | 1000000 | 10001000 | 10000100 | 110101 | 0 | 11 | 101111 | 10110001 | 100100 | 100111 |
Color Harmonies of #408884
Complementary color
Monochromatic Colors of #408884
Black with #408884
Text Example
Text Example
White with #408884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408884; }
p { color: rgb(64,136,132); }
H1.HeaderClassName
{
color: #408884;
}
.AnyTagClassName
{
color: #408884;
}
</style>
background-color css
<style>
a { background-color: #408884; }
a { background-color: rgb(64,136,132); }
div.DivClassName
{
background-color: #408884;
}
.BgClassName
{
background-color: #408884;
}
</style>
border-color css
<style>
span { border-color: #408884; }
span { border-color: rgb(64,136,132); }
td.TdClassName
{
border-color: #408884;
}
.TagClassName
{
border-color: #408884;
}
</style>