#359284

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

Shades of Gossamer #359284

Tints of Gossamer #359284

Color information

#359284 (or 0x359284) is unknown color: approx Gossamer. HEX triplet: 35, 92 and 84. RGB value is (53,146,132). Sum of RGB (Red+Green+Blue) = 53+146+132=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #359284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359284 is #CA6D7B. Grayscale: #747474. Windows color (decimal): -13266300 or 8688181. OLE color: 8688181.

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

Color convert

RGB53146132-
CMYK0.6400.100.43
HSL170.97º46.73%39.02%-
HSV(B)170.97º63.7%57.25%-
XYZ15.9122.9825.43-
YUV116.6136.6982.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=16.01%
G=44.11%
B=39.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461320.6400.100.43170.9746.7339.02
Hex359284400A2Bab2f27
Octal65222204100012532535747
Binary110101100100101000010010000000101010101110101011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359284; }

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

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

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

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

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

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

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

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