#32958B

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

Shades of Gossamer #32958B

Tints of Gossamer #32958B

Color information

#32958B (or 0x32958B) is unknown color: approx Gossamer. HEX triplet: 32, 95 and 8B. RGB value is (50,149,139). Sum of RGB (Red+Green+Blue) = 50+149+139=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #32958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32958B is #CD6A74. Grayscale: #767676. Windows color (decimal): -13462133 or 9147698. OLE color: 9147698.

HSL color Cylindrical-coordinate representation of color #32958B: hue angle of 173.94º degrees, saturation: 0.5, 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 #32958B is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB50149139-
CMYK0.6600.070.42
HSL173.94º49.75%39.02%-
HSV(B)173.94º66.44%58.43%-
XYZ16.7224.0428.18-
YUV118.26139.779.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=14.79%
G=44.08%
B=41.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501491390.6600.070.42173.9449.7539.02
Hex32958B42072Aae3227
Octal6222521310207522566247
Binary11001010010101100010111000010011110101010101110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32958B; }

 p { color: rgb(50,149,139); }

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

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

 a { background-color: rgb(50,149,139); }

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

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

 span { border-color: rgb(50,149,139); }

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