#359B8F

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

Shades of Gossamer #359B8F

Tints of Gossamer #359B8F

Color information

#359B8F (or 0x359B8F) is unknown color: approx Gossamer. HEX triplet: 35, 9B and 8F. RGB value is (53,155,143). Sum of RGB (Red+Green+Blue) = 53+155+143=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #359B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B8F is #CA6470. Grayscale: #7B7B7B. Windows color (decimal): -13263985 or 9411381. OLE color: 9411381.

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

Color convert

RGB53155143-
CMYK0.6600.080.39
HSL172.94º49.04%40.78%-
HSV(B)172.94º65.81%60.78%-
XYZ18.1526.1830.08-
YUV123.13139.2177.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.10%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=15.10%
G=44.16%
B=40.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531551430.6600.080.39172.9449.0440.78
Hex359B8F420827ad3129
Octal65233217102010472556151
Binary110101100110111000111110000100100010011110101101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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