#31987d

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

Shades of Gossamer #31987D

Tints of Gossamer #31987D

Color information

#31987D (or 0x31987D) is unknown color: approx Gossamer. HEX triplet: 31, 98 and 7D. RGB value is (49,152,125). Sum of RGB (Red+Green+Blue) = 49+152+125=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #31987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31987D is #CE6782. Grayscale: #767676. Windows color (decimal): -13526915 or 8230961. OLE color: 8230961.

HSL color Cylindrical-coordinate representation of color #31987D: hue angle of 164.27º 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 #31987D is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB49152125-
CMYK0.6800.180.40
HSL164.27º51.24%39.41%-
HSV(B)164.27º67.76%59.61%-
XYZ16.224.5923.29-
YUV118.12131.8878.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=15.03%
G=46.63%
B=38.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521250.6800.180.40164.2751.2439.41
Hex31987D4401228a43327
Octal61230175104022502446347
Binary110001100110001111101100010001001010100010100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31987d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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