Shades of Lochinvar #3E8F7B
Tints of Lochinvar #3E8F7B
RGB
CMYK
RGB Variations
Color information
#3E8F7B (or 0x3E8F7B) is known color: Lochinvar. HEX triplet: 3E, 8F and 7B. RGB value is (62,143,123). Sum of RGB (Red+Green+Blue) = 62+143+123=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F7B is #C17084. Grayscale: #747474. Windows color (decimal): -12677253 or 8097598. OLE color: 8097598.
HSL color Cylindrical-coordinate representation of color #3E8F7B: hue angle of 165.19º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E8F7B is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 143 | 123 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.44 |
| HSL | 165.19º | 0.4% | 0.4% | - |
| HSV(B) | 165.19º | 0.57% | 0.56% | - |
| XYZ | 15.38 | 22.1 | 22.19 | - |
| YUV | 116.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 123 | 0.57 | 0 | 0.14 | 0.44 | 165.19 | 0.4 | 0.4 |
| Hex | 3E | 8F | 7B | 39 | 0 | E | 2C | A5 | 28 | 28 |
| Octal | 76 | 217 | 173 | 71 | 0 | 16 | 54 | 245 | 50 | 50 |
| Binary | 111110 | 10001111 | 1111011 | 111001 | 0 | 1110 | 101100 | 10100101 | 101000 | 101000 |
Color Harmonies of #3E8F7B
Complementary color
Monochromatic Colors of #3E8F7B
Black with #3E8F7B
Text Example
Text Example
White with #3E8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8F7B; }
p { color: rgb(62,143,123); }
H1.HeaderClassName
{
color: #3E8F7B;
}
.AnyTagClassName
{
color: #3E8F7B;
}
</style>
background-color css
<style>
a { background-color: #3E8F7B; }
a { background-color: rgb(62,143,123); }
div.DivClassName
{
background-color: #3E8F7B;
}
.BgClassName
{
background-color: #3E8F7B;
}
</style>
border-color css
<style>
span { border-color: #3E8F7B; }
span { border-color: rgb(62,143,123); }
td.TdClassName
{
border-color: #3E8F7B;
}
.TagClassName
{
border-color: #3E8F7B;
}
</style>