#359984

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

Shades of Gossamer #359984

Tints of Gossamer #359984

Color information

#359984 (or 0x359984) is unknown color: approx Gossamer. HEX triplet: 35, 99 and 84. RGB value is (53,153,132). Sum of RGB (Red+Green+Blue) = 53+153+132=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #359984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359984 is #CA667B. Grayscale: #787878. Windows color (decimal): -13264508 or 8689973. OLE color: 8689973.

HSL color Cylindrical-coordinate representation of color #359984: hue angle of 167.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359984 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB53153132-
CMYK0.6500.140.4
HSL167.4º48.54%40.39%-
HSV(B)167.4º65.36%60%-
XYZ17.0225.2125.8-
YUV120.71134.3779.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=15.68%
G=45.27%
B=39.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531531320.6500.140.4167.448.5440.39
Hex359984410E28a73128
Octal65231204101016502476150
Binary110101100110011000010010000010111010100010100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359984; }

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

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

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

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

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

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

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

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