#329385

Color #329385 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #329385

Tints of Gossamer #329385

Color information

#329385 (or 0x329385) is unknown color: approx Gossamer. HEX triplet: 32, 93 and 85. RGB value is (50,147,133). Sum of RGB (Red+Green+Blue) = 50+147+133=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #329385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329385 is #CD6C7A. Grayscale: #747474. Windows color (decimal): -13462651 or 8753970. OLE color: 8753970.

HSL color Cylindrical-coordinate representation of color #329385: hue angle of 171.34º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329385 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB50147133-
CMYK0.6600.100.42
HSL171.34º49.24%38.63%-
HSV(B)171.34º65.99%57.65%-
XYZ15.9823.2425.83-
YUV116.4137.3680.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=15.15%
G=44.55%
B=40.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501471330.6600.100.42171.3449.2438.63
Hex329385420A2Aab3127
Octal62223205102012522536147
Binary110010100100111000010110000100101010101010101011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329385; }

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

 H1.HeaderClassName
 {
   color: #329385;
 }
 .AnyTagClassName
 {
   color: #329385;
 }
</style>
background-color css

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

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

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

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

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

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