Shades of Lochinvar #438C7E
Tints of Lochinvar #438C7E
RGB
CMYK
RGB Variations
Color information
#438C7E (or 0x438C7E) is known color: Lochinvar. HEX triplet: 43, 8C and 7E. RGB value is (67,140,126). Sum of RGB (Red+Green+Blue) = 67+140+126=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #438C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C7E is #BC7381. Grayscale: #747474. Windows color (decimal): -12350338 or 8293443. OLE color: 8293443.
HSL color Cylindrical-coordinate representation of color #438C7E: hue angle of 168.49º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438C7E is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 126 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.45 |
| HSL | 168.49º | 0.35% | 0.41% | - |
| HSV(B) | 168.49º | 0.52% | 0.55% | - |
| XYZ | 15.46 | 21.46 | 23.07 | - |
| YUV | 116.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 126 | 0.52 | 0 | 0.10 | 0.45 | 168.49 | 0.35 | 0.41 |
| Hex | 43 | 8C | 7E | 34 | 0 | A | 2D | A8 | 23 | 29 |
| Octal | 103 | 214 | 176 | 64 | 0 | 12 | 55 | 250 | 43 | 51 |
| Binary | 1000011 | 10001100 | 1111110 | 110100 | 0 | 1010 | 101101 | 10101000 | 100011 | 101001 |
Color Harmonies of #438C7E
Complementary color
Monochromatic Colors of #438C7E
Black with #438C7E
Text Example
Text Example
White with #438C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C7E; }
p { color: rgb(67,140,126); }
H1.HeaderClassName
{
color: #438C7E;
}
.AnyTagClassName
{
color: #438C7E;
}
</style>
background-color css
<style>
a { background-color: #438C7E; }
a { background-color: rgb(67,140,126); }
div.DivClassName
{
background-color: #438C7E;
}
.BgClassName
{
background-color: #438C7E;
}
</style>
border-color css
<style>
span { border-color: #438C7E; }
span { border-color: rgb(67,140,126); }
td.TdClassName
{
border-color: #438C7E;
}
.TagClassName
{
border-color: #438C7E;
}
</style>