#3B927B

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

Shades of Gossamer #3B927B

Tints of Gossamer #3B927B

Color information

#3B927B (or 0x3B927B) is unknown color: approx Gossamer. HEX triplet: 3B, 92 and 7B. RGB value is (59,146,123). Sum of RGB (Red+Green+Blue) = 59+146+123=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #3B927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B927B is #C46D84. Grayscale: #757575. Windows color (decimal): -12873093 or 8098363. OLE color: 8098363.

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

Color convert

RGB59146123-
CMYK0.6000.160.43
HSL164.14º42.44%40.2%-
HSV(B)164.14º59.59%57.25%-
XYZ15.6622.9222.34-
YUV117.36131.1886.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=17.99%
G=44.51%
B=37.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591461230.6000.160.43164.1442.4440.2
Hex3B927B3C0102Ba42a28
Octal7322217374020532445250
Binary11101110010010111101111110001000010101110100100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,146,123); }

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

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

 a { background-color: rgb(59,146,123); }

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

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

 span { border-color: rgb(59,146,123); }

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