#319386

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

Shades of Gossamer #319386

Tints of Gossamer #319386

Color information

#319386 (or 0x319386) is unknown color: approx Gossamer. HEX triplet: 31, 93 and 86. RGB value is (49,147,134). Sum of RGB (Red+Green+Blue) = 49+147+134=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #319386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319386 is #CE6C79. Grayscale: #747474. Windows color (decimal): -13528186 or 8819505. OLE color: 8819505.

HSL color Cylindrical-coordinate representation of color #319386: hue angle of 172.04º 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 #319386 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB49147134-
CMYK0.6700.090.42
HSL172.04º50%38.43%-
HSV(B)172.04º66.67%57.65%-
XYZ1623.2426.2-
YUV116.22138.0380.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=14.85%
G=44.55%
B=40.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491471340.6700.090.42172.045038.43
Hex31938643092Aac3226
Octal61223206103011522546246
Binary110001100100111000011010000110100110101010101100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319386; }

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

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

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

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

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

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

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

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