#31987F

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

Shades of Gossamer #31987F

Tints of Gossamer #31987F

Color information

#31987F (or 0x31987F) is unknown color: approx Gossamer. HEX triplet: 31, 98 and 7F. RGB value is (49,152,127). Sum of RGB (Red+Green+Blue) = 49+152+127=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #31987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31987F is #CE6780. Grayscale: #767676. Windows color (decimal): -13526913 or 8362033. OLE color: 8362033.

HSL color Cylindrical-coordinate representation of color #31987F: hue angle of 165.44º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31987F is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB49152127-
CMYK0.6800.160.40
HSL165.44º51.24%39.41%-
HSV(B)165.44º67.76%59.61%-
XYZ16.3324.6423.97-
YUV118.35132.8878.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.94%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 127 (50% from 255) = 38.72%
R=14.94%
G=46.34%
B=38.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521270.6800.160.40165.4451.2439.41
Hex31987F4401028a53327
Octal61230177104020502456347
Binary110001100110001111111100010001000010100010100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31987F; }

 p { color: rgb(49,152,127); }

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

<style>
 a { background-color: #31987F; }

 a { background-color: rgb(49,152,127); }

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

<style>
 span { border-color: #31987F; }

 span { border-color: rgb(49,152,127); }

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