#359084

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

Shades of Gossamer #359084

Tints of Gossamer #359084

Color information

#359084 (or 0x359084) is unknown color: approx Gossamer. HEX triplet: 35, 90 and 84. RGB value is (53,144,132). Sum of RGB (Red+Green+Blue) = 53+144+132=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #359084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359084 is #CA6F7B. Grayscale: #737373. Windows color (decimal): -13266812 or 8687669. OLE color: 8687669.

HSL color Cylindrical-coordinate representation of color #359084: hue angle of 172.09º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359084 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB53144132-
CMYK0.6300.080.44
HSL172.09º46.19%38.63%-
HSV(B)172.09º63.19%56.47%-
XYZ15.6122.3725.32-
YUV115.42137.3583.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.11%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=16.11%
G=43.77%
B=40.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441320.6300.080.44172.0946.1938.63
Hex3590843F082Cac2e27
Octal6522020477010542545647
Binary11010110010000100001001111110100010110010101100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359084; }

 p { color: rgb(53,144,132); }

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

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

 a { background-color: rgb(53,144,132); }

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

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

 span { border-color: rgb(53,144,132); }

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