Html Css Color HEX #329083 Gossamer

📋 copy color: '#329083'

red 50 ◦ green 144 ◦ blue 131

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

Shades of Gossamer #329083

Tints of Gossamer #329083

RGB

 RED value IS 50 (19.92% from 255) = 15.38%

 GREEN value IS 144 (56.64% from 255) = 44.31%

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 15.38%
G = 44.31%
B = 40.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#329083 (or 0x329083) is known color: Gossamer. HEX triplet: 32, 90 and 83. RGB value is (50,144,131). Sum of RGB (Red+Green+Blue) = 50+144+131=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #329083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329083 is #CD6F7C. Grayscale: #727272. Windows color (decimal): -13463421 or 8622130. OLE color: 8622130.

HSL color Cylindrical-coordinate representation of color #329083: hue angle of 171.7º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329083 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 131 -
CMYK 0.65 0 0.09 0.44
HSL 171.7º 0.48% 0.38% -
HSV(B) 171.7º 0.65% 0.56% -
XYZ 15.39 22.26 24.96 -
YUV 114.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 50 144 131 0.65 0 0.09 0.44 171.7 0.48 0.38
Hex 32 90 83 41 0 9 2C AC 30 26
Octal 62 220 203 101 0 11 54 254 60 46
Binary 110010 10010000 10000011 1000001 0 1001 101100 10101100 110000 100110

Color Harmonies of #329083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329083

Black with #329083

Text Example


Text Example

White with #329083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329083; }

 p { color: rgb(50,144,131); }

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

background-color css

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

 a { background-color: rgb(50,144,131); }

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

border-color css

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

 span { border-color: rgb(50,144,131); }

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