#3F957C

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

Shades of Gossamer #3F957C

Tints of Gossamer #3F957C

Color information

#3F957C (or 0x3F957C) is unknown color: approx Gossamer. HEX triplet: 3F, 95 and 7C. RGB value is (63,149,124). Sum of RGB (Red+Green+Blue) = 63+149+124=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #3F957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F957C is #C06A83. Grayscale: #787878. Windows color (decimal): -12610180 or 8164671. OLE color: 8164671.

HSL color Cylindrical-coordinate representation of color #3F957C: hue angle of 162.56º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F957C is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB63149124-
CMYK0.5800.170.42
HSL162.56º40.57%41.57%-
HSV(B)162.56º57.72%58.43%-
XYZ16.4424.0122.84-
YUV120.44130.0187.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=18.75%
G=44.35%
B=36.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631491240.5800.170.42162.5640.5741.57
Hex3F957C3A0112Aa3292a
Octal7722517472021522435152
Binary11111110010101111110011101001000110101010100011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,149,124); }

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

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

 a { background-color: rgb(63,149,124); }

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

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

 span { border-color: rgb(63,149,124); }

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