#3f8b82

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

Shades of Lochinvar #3F8B82

Tints of Lochinvar #3F8B82

Color information

#3F8B82 (or 0x3F8B82) is unknown color: approx Lochinvar. HEX triplet: 3F, 8B and 82. RGB value is (63,139,130). Sum of RGB (Red+Green+Blue) = 63+139+130=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #3F8B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8B82 is #C0747D. Grayscale: #737373. Windows color (decimal): -12612734 or 8555327. OLE color: 8555327.

HSL color Cylindrical-coordinate representation of color #3F8B82: hue angle of 172.89º 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 #3F8B82 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB63139130-
CMYK0.5500.060.45
HSL172.89º37.62%39.61%-
HSV(B)172.89º54.68%54.51%-
XYZ15.3121.1324.39-
YUV115.25136.3290.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=18.98%
G=41.87%
B=39.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal631391300.5500.060.45172.8937.6239.61
Hex3F8B8237062Dad2628
Octal772132026706552554650
Binary1111111000101110000010110111011010110110101101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f8b82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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