Html Css Color HEX #3B947C Gossamer

📋 copy color: '#3B947C'

red 59 ◦ green 148 ◦ blue 124

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

Shades of Gossamer #3B947C

Tints of Gossamer #3B947C

RGB

 RED value IS 59 (23.44% from 255) = 17.82%

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

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 17.82%
G = 44.71%
B = 37.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#3B947C (or 0x3B947C) is known color: Gossamer. HEX triplet: 3B, 94 and 7C. RGB value is (59,148,124). Sum of RGB (Red+Green+Blue) = 59+148+124=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #3B947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B947C is #C46B83. Grayscale: #767676. Windows color (decimal): -12872580 or 8164411. OLE color: 8164411.

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

Color convert

RGB 59 148 124 -
CMYK 0.60 0 0.16 0.42
HSL 163.82º 0.43% 0.41% -
HSV(B) 163.82º 0.6% 0.58% -
XYZ 16.03 23.56 22.77 -
YUV 118.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 59 148 124 0.60 0 0.16 0.42 163.82 0.43 0.41
Hex 3B 94 7C 3C 0 10 2A A4 2B 29
Octal 73 224 174 74 0 20 52 244 53 51
Binary 111011 10010100 1111100 111100 0 10000 101010 10100100 101011 101001

Color Harmonies of #3B947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B947C

Black with #3B947C

Text Example


Text Example

White with #3B947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,148,124); }

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

background-color css

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

 a { background-color: rgb(59,148,124); }

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

border-color css

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

 span { border-color: rgb(59,148,124); }

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