#35927C

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

Shades of Gossamer #35927C

Tints of Gossamer #35927C

Color information

#35927C (or 0x35927C) is unknown color: approx Gossamer. HEX triplet: 35, 92 and 7C. RGB value is (53,146,124). Sum of RGB (Red+Green+Blue) = 53+146+124=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #35927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35927C is #CA6D83. Grayscale: #737373. Windows color (decimal): -13266308 or 8163893. OLE color: 8163893.

HSL color Cylindrical-coordinate representation of color #35927C: hue angle of 165.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35927C is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB53146124-
CMYK0.6400.150.43
HSL165.81º46.73%39.02%-
HSV(B)165.81º63.7%57.25%-
XYZ15.3922.7722.65-
YUV115.68132.6983.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 124 (48.83% from 255) = 38.39%
R=16.41%
G=45.20%
B=38.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461240.6400.150.43165.8146.7339.02
Hex35927C400F2Ba62f27
Octal65222174100017532465747
Binary11010110010010111110010000000111110101110100110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35927C; }

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

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

<style>
 a { background-color: #35927C; }

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

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

<style>
 span { border-color: #35927C; }

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

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