#359380

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

Shades of Gossamer #359380

Tints of Gossamer #359380

Color information

#359380 (or 0x359380) is unknown color: approx Gossamer. HEX triplet: 35, 93 and 80. RGB value is (53,147,128). Sum of RGB (Red+Green+Blue) = 53+147+128=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #359380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359380 is #CA6C7F. Grayscale: #747474. Windows color (decimal): -13266048 or 8426293. OLE color: 8426293.

HSL color Cylindrical-coordinate representation of color #359380: hue angle of 167.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359380 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB53147128-
CMYK0.6400.130.42
HSL167.87º47%39.22%-
HSV(B)167.87º63.95%57.65%-
XYZ15.823.1824.06-
YUV116.73134.3682.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=16.16%
G=44.82%
B=39.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531471280.6400.130.42167.874739.22
Hex359380400D2Aa82f27
Octal65223200100015522505747
Binary110101100100111000000010000000110110101010101000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359380; }

 p { color: rgb(53,147,128); }

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

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

 a { background-color: rgb(53,147,128); }

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

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

 span { border-color: rgb(53,147,128); }

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