#359B82

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

Shades of Gossamer #359B82

Tints of Gossamer #359B82

Color information

#359B82 (or 0x359B82) is unknown color: approx Gossamer. HEX triplet: 35, 9B and 82. RGB value is (53,155,130). Sum of RGB (Red+Green+Blue) = 53+155+130=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #359B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B82 is #CA647D. Grayscale: #797979. Windows color (decimal): -13263998 or 8559413. OLE color: 8559413.

HSL color Cylindrical-coordinate representation of color #359B82: hue angle of 165.29º 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 #359B82 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB53155130-
CMYK0.6600.160.39
HSL165.29º49.04%40.78%-
HSV(B)165.29º65.81%60.78%-
XYZ17.2225.8125.19-
YUV121.65132.7179.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.68%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=15.68%
G=45.86%
B=38.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531551300.6600.160.39165.2949.0440.78
Hex359B824201027a53129
Octal65233202102020472456151
Binary1101011001101110000010100001001000010011110100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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