#3A937B

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

Shades of Gossamer #3A937B

Tints of Gossamer #3A937B

Color information

#3A937B (or 0x3A937B) is unknown color: approx Gossamer. HEX triplet: 3A, 93 and 7B. RGB value is (58,147,123). Sum of RGB (Red+Green+Blue) = 58+147+123=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #3A937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A937B is #C56C84. Grayscale: #757575. Windows color (decimal): -12938373 or 8098618. OLE color: 8098618.

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

Color convert

RGB58147123-
CMYK0.6100.160.42
HSL163.82º43.41%40.2%-
HSV(B)163.82º60.54%57.65%-
XYZ15.7523.222.39-
YUV117.65131.0185.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=17.68%
G=44.82%
B=37.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581471230.6100.160.42163.8243.4140.2
Hex3A937B3D0102Aa42b28
Octal7222317375020522445350
Binary11101010010011111101111110101000010101010100100101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,147,123); }

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

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

 a { background-color: rgb(58,147,123); }

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

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

 span { border-color: rgb(58,147,123); }

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