#358E7B

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

Shades of Gossamer #358E7B

Tints of Gossamer #358E7B

Color information

#358E7B (or 0x358E7B) is unknown color: approx Gossamer. HEX triplet: 35, 8E and 7B. RGB value is (53,142,123). Sum of RGB (Red+Green+Blue) = 53+142+123=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #358E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E7B is #CA7184. Grayscale: #717171. Windows color (decimal): -13267333 or 8097333. OLE color: 8097333.

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

Color convert

RGB53142123-
CMYK0.6300.130.44
HSL167.19º45.64%38.24%-
HSV(B)167.19º62.68%55.69%-
XYZ14.7221.5322.12-
YUV113.22133.5185.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.67%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=16.67%
G=44.65%
B=38.68%

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
Decimal531421230.6300.130.44167.1945.6438.24
Hex358E7B3F0D2Ca72e26
Octal6521617377015542475646
Binary1101011000111011110111111110110110110010100111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,142,123); }

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

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

 a { background-color: rgb(53,142,123); }

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

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

 span { border-color: rgb(53,142,123); }

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