#359184

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

Shades of Gossamer #359184

Tints of Gossamer #359184

Color information

#359184 (or 0x359184) is unknown color: approx Gossamer. HEX triplet: 35, 91 and 84. RGB value is (53,145,132). Sum of RGB (Red+Green+Blue) = 53+145+132=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #359184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359184 is #CA6E7B. Grayscale: #737373. Windows color (decimal): -13266556 or 8687925. OLE color: 8687925.

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

Color convert

RGB53145132-
CMYK0.6300.090.43
HSL171.52º46.46%38.82%-
HSV(B)171.52º63.45%56.86%-
XYZ15.7622.6725.38-
YUV116.01137.0283.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.06%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 132 (51.95% from 255) = 40%
R=16.06%
G=43.94%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531451320.6300.090.43171.5246.4638.82
Hex3591843F092Bac2e27
Octal6522120477011532545647
Binary11010110010001100001001111110100110101110101100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359184; }

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

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

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

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

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

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

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

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