#358F81

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

Shades of Gossamer #358F81

Tints of Gossamer #358F81

Color information

#358F81 (or 0x358F81) is unknown color: approx Gossamer. HEX triplet: 35, 8F and 81. RGB value is (53,143,129). Sum of RGB (Red+Green+Blue) = 53+143+129=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #358F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358F81 is #CA707E. Grayscale: #727272. Windows color (decimal): -13267071 or 8490805. OLE color: 8490805.

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

Color convert

RGB53143129-
CMYK0.6300.100.44
HSL170.67º45.92%38.43%-
HSV(B)170.67º62.94%56.08%-
XYZ15.2521.9924.21-
YUV114.49136.1884.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 143 (56.25% from 255) = 44%
BLUE value IS 129 (50.78% from 255) = 39.69%
R=16.31%
G=44%
B=39.69%

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
Decimal531431290.6300.100.44170.6745.9238.43
Hex358F813F0A2Cab2e26
Octal6521720177012542535646
Binary11010110001111100000011111110101010110010101011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358F81; }

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

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

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

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

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

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

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

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