#329082

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

Shades of Gossamer #329082

Tints of Gossamer #329082

Color information

#329082 (or 0x329082) is unknown color: approx Gossamer. HEX triplet: 32, 90 and 82. RGB value is (50,144,130). Sum of RGB (Red+Green+Blue) = 50+144+130=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #329082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329082 is #CD6F7D. Grayscale: #727272. Windows color (decimal): -13463422 or 8556594. OLE color: 8556594.

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

Color convert

RGB50144130-
CMYK0.6500.100.44
HSL171.06º48.45%38.04%-
HSV(B)171.06º65.28%56.47%-
XYZ15.3222.2424.6-
YUV114.3136.8682.14-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=15.43%
G=44.44%
B=40.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501441300.6500.100.44171.0648.4538.04
Hex329082410A2Cab3026
Octal62220202101012542536046
Binary110010100100001000001010000010101010110010101011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329082; }

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

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

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

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

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

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

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

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