#31927D

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

Shades of Gossamer #31927D

Tints of Gossamer #31927D

Color information

#31927D (or 0x31927D) is unknown color: approx Gossamer. HEX triplet: 31, 92 and 7D. RGB value is (49,146,125). Sum of RGB (Red+Green+Blue) = 49+146+125=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #31927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31927D is #CE6D82. Grayscale: #727272. Windows color (decimal): -13528451 or 8229425. OLE color: 8229425.

HSL color Cylindrical-coordinate representation of color #31927D: hue angle of 167.01º 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 #31927D is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB49146125-
CMYK0.6600.140.43
HSL167.01º49.74%38.24%-
HSV(B)167.01º66.44%57.25%-
XYZ15.2522.6922.98-
YUV114.6133.8681.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.31%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 125 (49.22% from 255) = 39.06%
R=15.31%
G=45.62%
B=39.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461250.6600.140.43167.0149.7438.24
Hex31927D420E2Ba73226
Octal61222175102016532476246
Binary11000110010010111110110000100111010101110100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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