#358F7E

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

Shades of Gossamer #358F7E

Tints of Gossamer #358F7E

Color information

#358F7E (or 0x358F7E) is unknown color: approx Gossamer. HEX triplet: 35, 8F and 7E. RGB value is (53,143,126). Sum of RGB (Red+Green+Blue) = 53+143+126=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 143 - color contains mainly: green. Hex color #358F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F7E is #CA7081. Grayscale: #727272. Windows color (decimal): -13267074 or 8294197. OLE color: 8294197.

HSL color Cylindrical-coordinate representation of color #358F7E: hue angle of 168.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 #358F7E is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB53143126-
CMYK0.6300.120.44
HSL168.67º45.92%38.43%-
HSV(B)168.67º62.94%56.08%-
XYZ15.0621.9123.17-
YUV114.15134.6884.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 143 (56.25% from 255) = 44.41%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=16.46%
G=44.41%
B=39.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531431260.6300.120.44168.6745.9238.43
Hex358F7E3F0C2Ca92e26
Octal6521717677014542515646
Binary1101011000111111111101111110110010110010101001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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