#3F897D

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

Shades of Lochinvar #3F897D

Tints of Lochinvar #3F897D

Color information

#3F897D (or 0x3F897D) is unknown color: approx Lochinvar. HEX triplet: 3F, 89 and 7D. RGB value is (63,137,125). Sum of RGB (Red+Green+Blue) = 63+137+125=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #3F897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F897D is #C07682. Grayscale: #717171. Windows color (decimal): -12613251 or 8227135. OLE color: 8227135.

HSL color Cylindrical-coordinate representation of color #3F897D: hue angle of 170.27º 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 #3F897D is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB63137125-
CMYK0.5400.090.46
HSL170.27º37%39.22%-
HSV(B)170.27º54.01%53.73%-
XYZ14.720.4322.57-
YUV113.51134.4891.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 137 (53.91% from 255) = 42.15%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=19.38%
G=42.15%
B=38.46%

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
Decimal631371250.5400.090.46170.273739.22
Hex3F897D36092Eaa2527
Octal7721117566011562524547
Binary1111111000100111111011101100100110111010101010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,137,125); }

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

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

 a { background-color: rgb(63,137,125); }

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

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

 span { border-color: rgb(63,137,125); }

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