Html Css Color HEX #329287 Gossamer

📋 copy color: '#329287'

red 50 ◦ green 146 ◦ blue 135

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

Shades of Gossamer #329287

Tints of Gossamer #329287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

 BLUE value IS 135 (53.13% from 255) = 40.79%

R = 15.11%
G = 44.11%
B = 40.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#329287 (or 0x329287) is known color: Gossamer. HEX triplet: 32, 92 and 87. RGB value is (50,146,135). Sum of RGB (Red+Green+Blue) = 50+146+135=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #329287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329287 is #CD6D78. Grayscale: #737373. Windows color (decimal): -13462905 or 8884786. OLE color: 8884786.

HSL color Cylindrical-coordinate representation of color #329287: hue angle of 173.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329287 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 146 135 -
CMYK 0.66 0 0.08 0.43
HSL 173.13º 0.49% 0.38% -
HSV(B) 173.13º 0.66% 0.57% -
XYZ 15.97 22.99 26.52 -
YUV 116.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 50 146 135 0.66 0 0.08 0.43 173.13 0.49 0.38
Hex 32 92 87 42 0 8 2B AD 31 26
Octal 62 222 207 102 0 10 53 255 61 46
Binary 110010 10010010 10000111 1000010 0 1000 101011 10101101 110001 100110

Color Harmonies of #329287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329287

Black with #329287

Text Example


Text Example

White with #329287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329287; }

 p { color: rgb(50,146,135); }

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

background-color css

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

 a { background-color: rgb(50,146,135); }

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

border-color css

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

 span { border-color: rgb(50,146,135); }

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