#31927E

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

Shades of Gossamer #31927E

Tints of Gossamer #31927E

Color information

#31927E (or 0x31927E) is unknown color: approx Gossamer. HEX triplet: 31, 92 and 7E. RGB value is (49,146,126). Sum of RGB (Red+Green+Blue) = 49+146+126=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #31927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31927E is #CE6D81. Grayscale: #727272. Windows color (decimal): -13528450 or 8294961. OLE color: 8294961.

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

Color convert

RGB49146126-
CMYK0.6600.140.43
HSL167.63º49.74%38.24%-
HSV(B)167.63º66.44%57.25%-
XYZ15.3122.7223.32-
YUV114.72134.3681.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=15.26%
G=45.48%
B=39.25%

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
Decimal491461260.6600.140.43167.6349.7438.24
Hex31927E420E2Ba83226
Octal61222176102016532506246
Binary11000110010010111111010000100111010101110101000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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