#359488

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

Shades of Gossamer #359488

Tints of Gossamer #359488

Color information

#359488 (or 0x359488) is unknown color: approx Gossamer. HEX triplet: 35, 94 and 88. RGB value is (53,148,136). Sum of RGB (Red+Green+Blue) = 53+148+136=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #359488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359488 is #CA6B77. Grayscale: #767676. Windows color (decimal): -13265784 or 8950837. OLE color: 8950837.

HSL color Cylindrical-coordinate representation of color #359488: hue angle of 172.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359488 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB53148136-
CMYK0.6400.080.42
HSL172.42º47.26%39.41%-
HSV(B)172.42º64.19%58.04%-
XYZ16.523.7127-
YUV118.23138.0381.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.73%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=15.73%
G=43.92%
B=40.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531481360.6400.080.42172.4247.2639.41
Hex35948840082Aac2f27
Octal65224210100010522545747
Binary110101100101001000100010000000100010101010101100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359488; }

 p { color: rgb(53,148,136); }

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

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

 a { background-color: rgb(53,148,136); }

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

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

 span { border-color: rgb(53,148,136); }

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