#3F8A7E

Color #3F8A7E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #3F8A7E

Tints of Lochinvar #3F8A7E

Color information

#3F8A7E (or 0x3F8A7E) is unknown color: approx Lochinvar. HEX triplet: 3F, 8A and 7E. RGB value is (63,138,126). Sum of RGB (Red+Green+Blue) = 63+138+126=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A7E is #C07581. Grayscale: #727272. Windows color (decimal): -12612994 or 8292927. OLE color: 8292927.

HSL color Cylindrical-coordinate representation of color #3F8A7E: hue angle of 170.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A7E is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB63138126-
CMYK0.5400.090.46
HSL170.4º37.31%39.41%-
HSV(B)170.4º54.35%54.12%-
XYZ14.920.7422.96-
YUV114.21134.6591.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 138 (54.30% from 255) = 42.20%
BLUE value IS 126 (49.61% from 255) = 38.53%
R=19.27%
G=42.20%
B=38.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal631381260.5400.090.46170.437.3139.41
Hex3F8A7E36092Eaa2527
Octal7721217666011562524547
Binary1111111000101011111101101100100110111010101010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8A7E; }

 p { color: rgb(63,138,126); }

 H1.HeaderClassName
 {
   color: #3F8A7E;
 }
 .AnyTagClassName
 {
   color: #3F8A7E;
 }
</style>
background-color css

<style>
 a { background-color: #3F8A7E; }

 a { background-color: rgb(63,138,126); }

 div.DivClassName
 {
   background-color: #3F8A7E;
 }
 .BgClassName
 {
   background-color: #3F8A7E;
 }
</style>
border-color css

<style>
 span { border-color: #3F8A7E; }

 span { border-color: rgb(63,138,126); }

 td.TdClassName
 {
   border-color: #3F8A7E;
 }
 .TagClassName
 {
   border-color: #3F8A7E;
 }
</style>