#358F7C

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

Shades of Gossamer #358F7C

Tints of Gossamer #358F7C

Color information

#358F7C (or 0x358F7C) is unknown color: approx Gossamer. HEX triplet: 35, 8F and 7C. RGB value is (53,143,124). Sum of RGB (Red+Green+Blue) = 53+143+124=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #358F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F7C is #CA7083. Grayscale: #717171. Windows color (decimal): -13267076 or 8163125. OLE color: 8163125.

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

Color convert

RGB53143124-
CMYK0.6300.130.44
HSL167.33º45.92%38.43%-
HSV(B)167.33º62.94%56.08%-
XYZ14.9321.8622.5-
YUV113.92133.6884.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=16.56%
G=44.69%
B=38.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531431240.6300.130.44167.3345.9238.43
Hex358F7C3F0D2Ca72e26
Octal6521717477015542475646
Binary1101011000111111111001111110110110110010100111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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