#32907D

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

Shades of Gossamer #32907D

Tints of Gossamer #32907D

Color information

#32907D (or 0x32907D) is unknown color: approx Gossamer. HEX triplet: 32, 90 and 7D. RGB value is (50,144,125). Sum of RGB (Red+Green+Blue) = 50+144+125=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #32907D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32907D is #CD6F82. Grayscale: #717171. Windows color (decimal): -13463427 or 8228914. OLE color: 8228914.

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

Color convert

RGB50144125-
CMYK0.6500.130.44
HSL167.87º48.45%38.04%-
HSV(B)167.87º65.28%56.47%-
XYZ14.9922.1122.88-
YUV113.73134.3682.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=15.67%
G=45.14%
B=39.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501441250.6500.130.44167.8748.4538.04
Hex32907D410D2Ca83026
Octal62220175101015542506046
Binary11001010010000111110110000010110110110010101000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32907D; }

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

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

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

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

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

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

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

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