Shades of Lochinvar #438B84
Tints of Lochinvar #438B84
RGB
CMYK
RGB Variations
Color information
#438B84 (or 0x438B84) is known color: Lochinvar. HEX triplet: 43, 8B and 84. RGB value is (67,139,132). Sum of RGB (Red+Green+Blue) = 67+139+132=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #438B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B84 is #BC747B. Grayscale: #747474. Windows color (decimal): -12350588 or 8686403. OLE color: 8686403.
HSL color Cylindrical-coordinate representation of color #438B84: hue angle of 174.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438B84 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 132 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.45 |
| HSL | 174.17º | 0.35% | 0.4% | - |
| HSV(B) | 174.17º | 0.52% | 0.55% | - |
| XYZ | 15.71 | 21.32 | 25.12 | - |
| YUV | 116.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 132 | 0.52 | 0 | 0.05 | 0.45 | 174.17 | 0.35 | 0.4 |
| Hex | 43 | 8B | 84 | 34 | 0 | 5 | 2D | AE | 23 | 28 |
| Octal | 103 | 213 | 204 | 64 | 0 | 5 | 55 | 256 | 43 | 50 |
| Binary | 1000011 | 10001011 | 10000100 | 110100 | 0 | 101 | 101101 | 10101110 | 100011 | 101000 |
Color Harmonies of #438B84
Complementary color
Monochromatic Colors of #438B84
Black with #438B84
Text Example
Text Example
White with #438B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B84; }
p { color: rgb(67,139,132); }
H1.HeaderClassName
{
color: #438B84;
}
.AnyTagClassName
{
color: #438B84;
}
</style>
background-color css
<style>
a { background-color: #438B84; }
a { background-color: rgb(67,139,132); }
div.DivClassName
{
background-color: #438B84;
}
.BgClassName
{
background-color: #438B84;
}
</style>
border-color css
<style>
span { border-color: #438B84; }
span { border-color: rgb(67,139,132); }
td.TdClassName
{
border-color: #438B84;
}
.TagClassName
{
border-color: #438B84;
}
</style>