Html Css Color HEX #3F9985 Gossamer

📋 copy color: '#3F9985'

red 63 ◦ green 153 ◦ blue 133

#3F9985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3F9985

Tints of Gossamer #3F9985

RGB

 RED value IS 63 (25% from 255) = 18.05%

 GREEN value IS 153 (60.16% from 255) = 43.84%

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 18.05%
G = 43.84%
B = 38.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#3F9985 (or 0x3F9985) is known color: Gossamer. HEX triplet: 3F, 99 and 85. RGB value is (63,153,133). Sum of RGB (Red+Green+Blue) = 63+153+133=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9985 is #C0667A. Grayscale: #7B7B7B. Windows color (decimal): -12609147 or 8755519. OLE color: 8755519.

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

Color convert

RGB 63 153 133 -
CMYK 0.59 0 0.13 0.4
HSL 166.67º 0.42% 0.42% -
HSV(B) 166.67º 0.59% 0.6% -
XYZ 17.67 25.53 26.19 -
YUV 123.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 63 153 133 0.59 0 0.13 0.4 166.67 0.42 0.42
Hex 3F 99 85 3B 0 D 28 A7 2A 2A
Octal 77 231 205 73 0 15 50 247 52 52
Binary 111111 10011001 10000101 111011 0 1101 101000 10100111 101010 101010

Color Harmonies of #3F9985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9985

Black with #3F9985

Text Example


Text Example

White with #3F9985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F9985;
 }
 .AnyTagClassName
 {
   color: #3F9985;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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