#3F998C

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

Shades of Gossamer #3F998C

Tints of Gossamer #3F998C

Color information

#3F998C (or 0x3F998C) is unknown color: approx Gossamer. HEX triplet: 3F, 99 and 8C. RGB value is (63,153,140). Sum of RGB (Red+Green+Blue) = 63+153+140=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #3F998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F998C is #C06673. Grayscale: #7C7C7C. Windows color (decimal): -12609140 or 9214271. OLE color: 9214271.

HSL color Cylindrical-coordinate representation of color #3F998C: hue angle of 171.33º 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 #3F998C is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB63153140-
CMYK0.5900.080.4
HSL171.33º41.67%42.35%-
HSV(B)171.33º58.82%60%-
XYZ18.1725.7328.82-
YUV124.61136.6884.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=17.70%
G=42.98%
B=39.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631531400.5900.080.4171.3341.6742.35
Hex3F998C3B0828ab2a2a
Octal7723121473010502535252
Binary11111110011001100011001110110100010100010101011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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