#3F8C82

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

Shades of Lochinvar #3F8C82

Tints of Lochinvar #3F8C82

Color information

#3F8C82 (or 0x3F8C82) is unknown color: approx Lochinvar. HEX triplet: 3F, 8C and 82. RGB value is (63,140,130). Sum of RGB (Red+Green+Blue) = 63+140+130=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8C82 is #C0737D. Grayscale: #737373. Windows color (decimal): -12612478 or 8555583. OLE color: 8555583.

HSL color Cylindrical-coordinate representation of color #3F8C82: hue angle of 172.21º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8C82 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB63140130-
CMYK0.5500.070.45
HSL172.21º37.93%39.8%-
HSV(B)172.21º55%54.9%-
XYZ15.4621.4224.44-
YUV115.84135.9990.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.92%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=18.92%
G=42.04%
B=39.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631401300.5500.070.45172.2137.9339.8
Hex3F8C8237072Dac2628
Octal772142026707552544650
Binary1111111000110010000010110111011110110110101100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,140,130); }

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

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

 a { background-color: rgb(63,140,130); }

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

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

 span { border-color: rgb(63,140,130); }

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