Shades of Lochinvar #438A84
Tints of Lochinvar #438A84
RGB
CMYK
RGB Variations
Color information
#438A84 (or 0x438A84) is known color: Lochinvar. HEX triplet: 43, 8A and 84. RGB value is (67,138,132). Sum of RGB (Red+Green+Blue) = 67+138+132=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 138 - color contains mainly: green. Hex color #438A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438A84 is #BC757B. Grayscale: #747474. Windows color (decimal): -12350844 or 8686147. OLE color: 8686147.
HSL color Cylindrical-coordinate representation of color #438A84: hue angle of 174.93º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A84 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 132 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.46 |
| HSL | 174.93º | 0.35% | 0.4% | - |
| HSV(B) | 174.93º | 0.51% | 0.54% | - |
| XYZ | 15.57 | 21.04 | 25.07 | - |
| YUV | 116.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 132 | 0.51 | 0 | 0.04 | 0.46 | 174.93 | 0.35 | 0.4 |
| Hex | 43 | 8A | 84 | 33 | 0 | 4 | 2E | AF | 23 | 28 |
| Octal | 103 | 212 | 204 | 63 | 0 | 4 | 56 | 257 | 43 | 50 |
| Binary | 1000011 | 10001010 | 10000100 | 110011 | 0 | 100 | 101110 | 10101111 | 100011 | 101000 |
Color Harmonies of #438A84
Complementary color
Monochromatic Colors of #438A84
Black with #438A84
Text Example
Text Example
White with #438A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A84; }
p { color: rgb(67,138,132); }
H1.HeaderClassName
{
color: #438A84;
}
.AnyTagClassName
{
color: #438A84;
}
</style>
background-color css
<style>
a { background-color: #438A84; }
a { background-color: rgb(67,138,132); }
div.DivClassName
{
background-color: #438A84;
}
.BgClassName
{
background-color: #438A84;
}
</style>
border-color css
<style>
span { border-color: #438A84; }
span { border-color: rgb(67,138,132); }
td.TdClassName
{
border-color: #438A84;
}
.TagClassName
{
border-color: #438A84;
}
</style>