#319387

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

Shades of Gossamer #319387

Tints of Gossamer #319387

Color information

#319387 (or 0x319387) is unknown color: approx Gossamer. HEX triplet: 31, 93 and 87. RGB value is (49,147,135). Sum of RGB (Red+Green+Blue) = 49+147+135=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #319387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319387 is #CE6C78. Grayscale: #747474. Windows color (decimal): -13528185 or 8885041. OLE color: 8885041.

HSL color Cylindrical-coordinate representation of color #319387: hue angle of 172.65º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319387 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB49147135-
CMYK0.6700.080.42
HSL172.65º50%38.43%-
HSV(B)172.65º66.67%57.65%-
XYZ16.0723.2726.57-
YUV116.33138.5379.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.80%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=14.80%
G=44.41%
B=40.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471350.6700.080.42172.655038.43
Hex31938743082Aad3226
Octal61223207103010522556246
Binary110001100100111000011110000110100010101010101101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319387; }

 p { color: rgb(49,147,135); }

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

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

 a { background-color: rgb(49,147,135); }

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

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

 span { border-color: rgb(49,147,135); }

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