Html Css Color HEX #3E947D Gossamer

📋 copy color: '#3E947D'

red 62 ◦ green 148 ◦ blue 125

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

Shades of Gossamer #3E947D

Tints of Gossamer #3E947D

RGB

 RED value IS 62 (24.61% from 255) = 18.51%

 GREEN value IS 148 (58.2% from 255) = 44.18%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 18.51%
G = 44.18%
B = 37.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#3E947D (or 0x3E947D) is known color: Gossamer. HEX triplet: 3E, 94 and 7D. RGB value is (62,148,125). Sum of RGB (Red+Green+Blue) = 62+148+125=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 148 - color contains mainly: green. Hex color #3E947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E947D is #C16B82. Grayscale: #777777. Windows color (decimal): -12675971 or 8229950. OLE color: 8229950.

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

Color convert

RGB 62 148 125 -
CMYK 0.58 0 0.16 0.42
HSL 163.95º 0.41% 0.41% -
HSV(B) 163.95º 0.58% 0.58% -
XYZ 16.28 23.68 23.12 -
YUV 119.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 62 148 125 0.58 0 0.16 0.42 163.95 0.41 0.41
Hex 3E 94 7D 3A 0 10 2A A4 29 29
Octal 76 224 175 72 0 20 52 244 51 51
Binary 111110 10010100 1111101 111010 0 10000 101010 10100100 101001 101001

Color Harmonies of #3E947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E947D

Black with #3E947D

Text Example


Text Example

White with #3E947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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