#31988C

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

Shades of Gossamer #31988C

Tints of Gossamer #31988C

Color information

#31988C (or 0x31988C) is unknown color: approx Gossamer. HEX triplet: 31, 98 and 8C. RGB value is (49,152,140). Sum of RGB (Red+Green+Blue) = 49+152+140=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #31988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31988C is #CE6773. Grayscale: #777777. Windows color (decimal): -13526900 or 9214001. OLE color: 9214001.

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

Color convert

RGB49152140-
CMYK0.6800.080.40
HSL173.01º51.24%39.41%-
HSV(B)173.01º67.76%59.61%-
XYZ17.232528.73-
YUV119.83139.3877.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.37%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=14.37%
G=44.57%
B=41.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal491521400.6800.080.40173.0151.2439.41
Hex31988C440828ad3327
Octal61230214104010502556347
Binary110001100110001000110010001000100010100010101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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