#31927C

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

Shades of Gossamer #31927C

Tints of Gossamer #31927C

Color information

#31927C (or 0x31927C) is unknown color: approx Gossamer. HEX triplet: 31, 92 and 7C. RGB value is (49,146,124). Sum of RGB (Red+Green+Blue) = 49+146+124=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #31927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31927C is #CE6D83. Grayscale: #727272. Windows color (decimal): -13528452 or 8163889. OLE color: 8163889.

HSL color Cylindrical-coordinate representation of color #31927C: hue angle of 166.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31927C is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB49146124-
CMYK0.6600.150.43
HSL166.39º49.74%38.24%-
HSV(B)166.39º66.44%57.25%-
XYZ15.1822.6722.64-
YUV114.49133.3681.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=15.36%
G=45.77%
B=38.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461240.6600.150.43166.3949.7438.24
Hex31927C420F2Ba63226
Octal61222174102017532466246
Binary11000110010010111110010000100111110101110100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31927C; }

 p { color: rgb(49,146,124); }

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

<style>
 a { background-color: #31927C; }

 a { background-color: rgb(49,146,124); }

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

<style>
 span { border-color: #31927C; }

 span { border-color: rgb(49,146,124); }

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