Shades of Lochinvar #438B82
Tints of Lochinvar #438B82
RGB
CMYK
RGB Variations
Color information
#438B82 (or 0x438B82) is known color: Lochinvar. HEX triplet: 43, 8B and 82. RGB value is (67,139,130). Sum of RGB (Red+Green+Blue) = 67+139+130=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #438B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B82 is #BC747D. Grayscale: #747474. Windows color (decimal): -12350590 or 8555331. OLE color: 8555331.
HSL color Cylindrical-coordinate representation of color #438B82: hue angle of 172.5º 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 #438B82 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 139 | 130 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.45 |
| HSL | 172.5º | 0.35% | 0.4% | - |
| HSV(B) | 172.5º | 0.52% | 0.55% | - |
| XYZ | 15.58 | 21.27 | 24.4 | - |
| YUV | 116.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 139 | 130 | 0.52 | 0 | 0.06 | 0.45 | 172.5 | 0.35 | 0.4 |
| Hex | 43 | 8B | 82 | 34 | 0 | 6 | 2D | AC | 23 | 28 |
| Octal | 103 | 213 | 202 | 64 | 0 | 6 | 55 | 254 | 43 | 50 |
| Binary | 1000011 | 10001011 | 10000010 | 110100 | 0 | 110 | 101101 | 10101100 | 100011 | 101000 |
Color Harmonies of #438B82
Complementary color
Monochromatic Colors of #438B82
Black with #438B82
Text Example
Text Example
White with #438B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438B82; }
p { color: rgb(67,139,130); }
H1.HeaderClassName
{
color: #438B82;
}
.AnyTagClassName
{
color: #438B82;
}
</style>
background-color css
<style>
a { background-color: #438B82; }
a { background-color: rgb(67,139,130); }
div.DivClassName
{
background-color: #438B82;
}
.BgClassName
{
background-color: #438B82;
}
</style>
border-color css
<style>
span { border-color: #438B82; }
span { border-color: rgb(67,139,130); }
td.TdClassName
{
border-color: #438B82;
}
.TagClassName
{
border-color: #438B82;
}
</style>