#35917C

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

Shades of Gossamer #35917C

Tints of Gossamer #35917C

Color information

#35917C (or 0x35917C) is unknown color: approx Gossamer. HEX triplet: 35, 91 and 7C. RGB value is (53,145,124). Sum of RGB (Red+Green+Blue) = 53+145+124=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #35917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35917C is #CA6E83. Grayscale: #737373. Windows color (decimal): -13266564 or 8163637. OLE color: 8163637.

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

Color convert

RGB53145124-
CMYK0.6300.140.43
HSL166.3º46.46%38.82%-
HSV(B)166.3º63.45%56.86%-
XYZ15.2322.4622.6-
YUV115.1133.0283.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=16.46%
G=45.03%
B=38.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451240.6300.140.43166.346.4638.82
Hex35917C3F0E2Ba62e27
Octal6522117477016532465647
Binary1101011001000111111001111110111010101110100110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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