Html Css Color HEX #329085 Gossamer

📋 copy color: '#329085'

red 50 ◦ green 144 ◦ blue 133

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

Shades of Gossamer #329085

Tints of Gossamer #329085

RGB

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

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

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

R = 15.29%
G = 44.04%
B = 40.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#329085 (or 0x329085) is known color: Gossamer. HEX triplet: 32, 90 and 85. RGB value is (50,144,133). Sum of RGB (Red+Green+Blue) = 50+144+133=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #329085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329085 is #CD6F7A. Grayscale: #727272. Windows color (decimal): -13463419 or 8753202. OLE color: 8753202.

HSL color Cylindrical-coordinate representation of color #329085: hue angle of 172.98º 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 #329085 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 133 -
CMYK 0.65 0 0.08 0.44
HSL 172.98º 0.48% 0.38% -
HSV(B) 172.98º 0.65% 0.56% -
XYZ 15.52 22.32 25.68 -
YUV 114.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 50 144 133 0.65 0 0.08 0.44 172.98 0.48 0.38
Hex 32 90 85 41 0 8 2C AD 30 26
Octal 62 220 205 101 0 10 54 255 60 46
Binary 110010 10010000 10000101 1000001 0 1000 101100 10101101 110000 100110

Color Harmonies of #329085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329085

Black with #329085

Text Example


Text Example

White with #329085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329085; }

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

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

background-color css

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

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

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

border-color css

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

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

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