#359E7C

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

Shades of Gossamer #359E7C

Tints of Gossamer #359E7C

Color information

#359E7C (or 0x359E7C) is unknown color: approx Gossamer. HEX triplet: 35, 9E and 7C. RGB value is (53,158,124). Sum of RGB (Red+Green+Blue) = 53+158+124=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #359E7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E7C is #CA6183. Grayscale: #7A7A7A. Windows color (decimal): -13263236 or 8166965. OLE color: 8166965.

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

Color convert

RGB53158124-
CMYK0.6600.220.38
HSL160.57º49.76%41.37%-
HSV(B)160.57º66.46%61.96%-
XYZ17.3326.6723.3-
YUV122.73128.7178.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=15.82%
G=47.16%
B=37.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531581240.6600.220.38160.5749.7641.37
Hex359E7C4201626a13229
Octal65236174102026462416251
Binary110101100111101111100100001001011010011010100001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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