#319082

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

Shades of Gossamer #319082

Tints of Gossamer #319082

Color information

#319082 (or 0x319082) is unknown color: approx Gossamer. HEX triplet: 31, 90 and 82. RGB value is (49,144,130). Sum of RGB (Red+Green+Blue) = 49+144+130=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #319082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319082 is #CE6F7D. Grayscale: #717171. Windows color (decimal): -13528958 or 8556593. OLE color: 8556593.

HSL color Cylindrical-coordinate representation of color #319082: hue angle of 171.16º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319082 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB49144130-
CMYK0.6600.100.44
HSL171.16º49.22%37.84%-
HSV(B)171.16º65.97%56.47%-
XYZ15.2722.2124.6-
YUV114137.0381.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.17%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=15.17%
G=44.58%
B=40.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal491441300.6600.100.44171.1649.2237.84
Hex319082420A2Cab3126
Octal61220202102012542536146
Binary110001100100001000001010000100101010110010101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319082; }

 p { color: rgb(49,144,130); }

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

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

 a { background-color: rgb(49,144,130); }

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

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

 span { border-color: rgb(49,144,130); }

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