#359281

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

Shades of Gossamer #359281

Tints of Gossamer #359281

Color information

#359281 (or 0x359281) is unknown color: approx Gossamer. HEX triplet: 35, 92 and 81. RGB value is (53,146,129). Sum of RGB (Red+Green+Blue) = 53+146+129=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #359281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359281 is #CA6D7E. Grayscale: #747474. Windows color (decimal): -13266303 or 8491573. OLE color: 8491573.

HSL color Cylindrical-coordinate representation of color #359281: hue angle of 169.03º 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 #359281 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB53146129-
CMYK0.6400.120.43
HSL169.03º46.73%39.02%-
HSV(B)169.03º63.7%57.25%-
XYZ15.7122.924.36-
YUV116.26135.1982.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=16.16%
G=44.51%
B=39.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461290.6400.120.43169.0346.7339.02
Hex359281400C2Ba92f27
Octal65222201100014532515747
Binary110101100100101000000110000000110010101110101001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359281; }

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

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

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

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

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

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

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

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