#359B7E

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

Shades of Gossamer #359B7E

Tints of Gossamer #359B7E

Color information

#359B7E (or 0x359B7E) is unknown color: approx Gossamer. HEX triplet: 35, 9B and 7E. RGB value is (53,155,126). Sum of RGB (Red+Green+Blue) = 53+155+126=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 155 - color contains mainly: green. Hex color #359B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359B7E is #CA6481. Grayscale: #797979. Windows color (decimal): -13264002 or 8297269. OLE color: 8297269.

HSL color Cylindrical-coordinate representation of color #359B7E: hue angle of 162.94º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359B7E is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB53155126-
CMYK0.6600.190.39
HSL162.94º49.04%40.78%-
HSV(B)162.94º65.81%60.78%-
XYZ16.9625.7123.81-
YUV121.2130.7179.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 155 (60.94% from 255) = 46.41%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=15.87%
G=46.41%
B=37.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531551260.6600.190.39162.9449.0440.78
Hex359B7E4201327a33129
Octal65233176102023472436151
Binary110101100110111111110100001001001110011110100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359B7E; }

 p { color: rgb(53,155,126); }

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

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

 a { background-color: rgb(53,155,126); }

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

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

 span { border-color: rgb(53,155,126); }

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