#3E987D

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

Shades of Gossamer #3E987D

Tints of Gossamer #3E987D

Color information

#3E987D (or 0x3E987D) is unknown color: approx Gossamer. HEX triplet: 3E, 98 and 7D. RGB value is (62,152,125). Sum of RGB (Red+Green+Blue) = 62+152+125=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #3E987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E987D is #C16782. Grayscale: #7A7A7A. Windows color (decimal): -12674947 or 8230974. OLE color: 8230974.

HSL color Cylindrical-coordinate representation of color #3E987D: hue angle of 162º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E987D is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB62152125-
CMYK0.5900.180.40
HSL162º42.06%41.96%-
HSV(B)162º59.21%59.61%-
XYZ16.9224.9623.33-
YUV122.01129.6885.2-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.29%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=18.29%
G=44.84%
B=36.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal621521250.5900.180.4016242.0641.96
Hex3E987D3B01228a22a2a
Octal7623017573022502425252
Binary11111010011000111110111101101001010100010100010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,152,125); }

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

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

 a { background-color: rgb(62,152,125); }

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

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

 span { border-color: rgb(62,152,125); }

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