Shades of Lochinvar #438883
Tints of Lochinvar #438883
RGB
CMYK
RGB Variations
Color information
#438883 (or 0x438883) is known color: Lochinvar. HEX triplet: 43, 88 and 83. RGB value is (67,136,131). Sum of RGB (Red+Green+Blue) = 67+136+131=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #438883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438883 is #BC777C. Grayscale: #727272. Windows color (decimal): -12351357 or 8620099. OLE color: 8620099.
HSL color Cylindrical-coordinate representation of color #438883: hue angle of 175.65º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438883 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 136 | 131 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.47 |
| HSL | 175.65º | 0.34% | 0.4% | - |
| HSV(B) | 175.65º | 0.51% | 0.53% | - |
| XYZ | 15.22 | 20.44 | 24.62 | - |
| YUV | 114.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 131 | 0.51 | 0 | 0.04 | 0.47 | 175.65 | 0.34 | 0.4 |
| Hex | 43 | 88 | 83 | 33 | 0 | 4 | 2F | B0 | 22 | 28 |
| Octal | 103 | 210 | 203 | 63 | 0 | 4 | 57 | 260 | 42 | 50 |
| Binary | 1000011 | 10001000 | 10000011 | 110011 | 0 | 100 | 101111 | 10110000 | 100010 | 101000 |
Color Harmonies of #438883
Complementary color
Monochromatic Colors of #438883
Black with #438883
Text Example
Text Example
White with #438883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438883; }
p { color: rgb(67,136,131); }
H1.HeaderClassName
{
color: #438883;
}
.AnyTagClassName
{
color: #438883;
}
</style>
background-color css
<style>
a { background-color: #438883; }
a { background-color: rgb(67,136,131); }
div.DivClassName
{
background-color: #438883;
}
.BgClassName
{
background-color: #438883;
}
</style>
border-color css
<style>
span { border-color: #438883; }
span { border-color: rgb(67,136,131); }
td.TdClassName
{
border-color: #438883;
}
.TagClassName
{
border-color: #438883;
}
</style>