#3A957C

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

Shades of Gossamer #3A957C

Tints of Gossamer #3A957C

Color information

#3A957C (or 0x3A957C) is unknown color: approx Gossamer. HEX triplet: 3A, 95 and 7C. RGB value is (58,149,124). Sum of RGB (Red+Green+Blue) = 58+149+124=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #3A957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A957C is #C56A83. Grayscale: #767676. Windows color (decimal): -12937860 or 8164666. OLE color: 8164666.

HSL color Cylindrical-coordinate representation of color #3A957C: hue angle of 163.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A957C is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB58149124-
CMYK0.6100.170.42
HSL163.52º43.96%40.59%-
HSV(B)163.52º61.07%58.43%-
XYZ16.1323.8522.82-
YUV118.94130.8584.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=17.52%
G=45.02%
B=37.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581491240.6100.170.42163.5243.9640.59
Hex3A957C3D0112Aa42c29
Octal7222517475021522445451
Binary11101010010101111110011110101000110101010100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A957C; }

 p { color: rgb(58,149,124); }

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

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

 a { background-color: rgb(58,149,124); }

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

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

 span { border-color: rgb(58,149,124); }

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