Shades of Lochinvar #438984
Tints of Lochinvar #438984
RGB
CMYK
RGB Variations
Color information
#438984 (or 0x438984) is known color: Lochinvar. HEX triplet: 43, 89 and 84. RGB value is (67,137,132). Sum of RGB (Red+Green+Blue) = 67+137+132=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #438984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438984 is #BC767B. Grayscale: #737373. Windows color (decimal): -12351100 or 8685891. OLE color: 8685891.
HSL color Cylindrical-coordinate representation of color #438984: hue angle of 175.71º degrees, saturation: 0.34, 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 #438984 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 137 | 132 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.46 |
| HSL | 175.71º | 0.34% | 0.4% | - |
| HSV(B) | 175.71º | 0.51% | 0.54% | - |
| XYZ | 15.43 | 20.75 | 25.02 | - |
| YUV | 115.5 | 137.31 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 137 | 132 | 0.51 | 0 | 0.04 | 0.46 | 175.71 | 0.34 | 0.4 |
| Hex | 43 | 89 | 84 | 33 | 0 | 4 | 2E | B0 | 22 | 28 |
| Octal | 103 | 211 | 204 | 63 | 0 | 4 | 56 | 260 | 42 | 50 |
| Binary | 1000011 | 10001001 | 10000100 | 110011 | 0 | 100 | 101110 | 10110000 | 100010 | 101000 |
Color Harmonies of #438984
Complementary color
Monochromatic Colors of #438984
Black with #438984
Text Example
Text Example
White with #438984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438984; }
p { color: rgb(67,137,132); }
H1.HeaderClassName
{
color: #438984;
}
.AnyTagClassName
{
color: #438984;
}
</style>
background-color css
<style>
a { background-color: #438984; }
a { background-color: rgb(67,137,132); }
div.DivClassName
{
background-color: #438984;
}
.BgClassName
{
background-color: #438984;
}
</style>
border-color css
<style>
span { border-color: #438984; }
span { border-color: rgb(67,137,132); }
td.TdClassName
{
border-color: #438984;
}
.TagClassName
{
border-color: #438984;
}
</style>