#359E8D

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

Shades of Gossamer #359E8D

Tints of Gossamer #359E8D

Color information

#359E8D (or 0x359E8D) is unknown color: approx Gossamer. HEX triplet: 35, 9E and 8D. RGB value is (53,158,141). Sum of RGB (Red+Green+Blue) = 53+158+141=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #359E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E8D is #CA6172. Grayscale: #7C7C7C. Windows color (decimal): -13263219 or 9281077. OLE color: 9281077.

HSL color Cylindrical-coordinate representation of color #359E8D: hue angle of 170.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E8D is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB53158141-
CMYK0.6600.110.38
HSL170.29º49.76%41.37%-
HSV(B)170.29º66.46%61.96%-
XYZ18.527.1329.46-
YUV124.67137.2176.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 158 (62.11% from 255) = 44.89%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=15.06%
G=44.89%
B=40.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581410.6600.110.38170.2949.7641.37
Hex359E8D420B26aa3229
Octal65236215102013462526251
Binary110101100111101000110110000100101110011010101010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,158,141); }

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

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

 a { background-color: rgb(53,158,141); }

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

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

 span { border-color: rgb(53,158,141); }

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