#359081

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

Shades of Gossamer #359081

Tints of Gossamer #359081

Color information

#359081 (or 0x359081) is unknown color: approx Gossamer. HEX triplet: 35, 90 and 81. RGB value is (53,144,129). Sum of RGB (Red+Green+Blue) = 53+144+129=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #359081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359081 is #CA6F7E. Grayscale: #737373. Windows color (decimal): -13266815 or 8491061. OLE color: 8491061.

HSL color Cylindrical-coordinate representation of color #359081: hue angle of 170.11º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359081 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB53144129-
CMYK0.6300.100.44
HSL170.11º46.19%38.63%-
HSV(B)170.11º63.19%56.47%-
XYZ15.422.2924.26-
YUV115.08135.8583.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=16.26%
G=44.17%
B=39.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531441290.6300.100.44170.1146.1938.63
Hex3590813F0A2Caa2e27
Octal6522020177012542525647
Binary11010110010000100000011111110101010110010101010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359081; }

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

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

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

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

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

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

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

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