#31968A

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

Shades of Gossamer #31968A

Tints of Gossamer #31968A

Color information

#31968A (or 0x31968A) is unknown color: approx Gossamer. HEX triplet: 31, 96 and 8A. RGB value is (49,150,138). Sum of RGB (Red+Green+Blue) = 49+150+138=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #31968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31968A is #CE6975. Grayscale: #767676. Windows color (decimal): -13527414 or 9082417. OLE color: 9082417.

HSL color Cylindrical-coordinate representation of color #31968A: hue angle of 172.87º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31968A is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB49150138-
CMYK0.6700.080.41
HSL172.87º50.75%39.02%-
HSV(B)172.87º67.33%58.82%-
XYZ16.7624.327.85-
YUV118.43139.0478.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 150 (58.98% from 255) = 44.51%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=14.54%
G=44.51%
B=40.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501380.6700.080.41172.8750.7539.02
Hex31968A430829ad3327
Octal61226212103010512556347
Binary110001100101101000101010000110100010100110101101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31968A; }

 p { color: rgb(49,150,138); }

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

<style>
 a { background-color: #31968A; }

 a { background-color: rgb(49,150,138); }

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

<style>
 span { border-color: #31968A; }

 span { border-color: rgb(49,150,138); }

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