#359B8B

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

Shades of Gossamer #359B8B

Tints of Gossamer #359B8B

Color information

#359B8B (or 0x359B8B) is unknown color: approx Gossamer. HEX triplet: 35, 9B and 8B. RGB value is (53,155,139). Sum of RGB (Red+Green+Blue) = 53+155+139=347 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.27% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 155 - color contains mainly: green. Hex color #359B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B8B is #CA6474. Grayscale: #7A7A7A. Windows color (decimal): -13263989 or 9149237. OLE color: 9149237.

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

Color convert

RGB53155139-
CMYK0.6600.100.39
HSL170.59º49.04%40.78%-
HSV(B)170.59º65.81%60.78%-
XYZ17.8526.0628.52-
YUV122.68137.2178.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.27%
GREEN value IS 155 (60.94% from 255) = 44.67%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=15.27%
G=44.67%
B=40.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531551390.6600.100.39170.5949.0440.78
Hex359B8B420A27ab3129
Octal65233213102012472536151
Binary110101100110111000101110000100101010011110101011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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