#319B85

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

Shades of Gossamer #319B85

Tints of Gossamer #319B85

Color information

#319B85 (or 0x319B85) is unknown color: approx Gossamer. HEX triplet: 31, 9B and 85. RGB value is (49,155,133). Sum of RGB (Red+Green+Blue) = 49+155+133=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #319B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319B85 is #CE647A. Grayscale: #787878. Windows color (decimal): -13526139 or 8756017. OLE color: 8756017.

HSL color Cylindrical-coordinate representation of color #319B85: hue angle of 167.55º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B85 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB49155133-
CMYK0.6800.140.39
HSL167.55º51.96%40%-
HSV(B)167.55º68.39%60.78%-
XYZ17.2225.7926.26-
YUV120.8134.8876.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.54%
GREEN value IS 155 (60.94% from 255) = 45.99%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=14.54%
G=45.99%
B=39.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal491551330.6800.140.39167.5551.9640
Hex319B85440E27a83428
Octal61233205104016472506450
Binary110001100110111000010110001000111010011110101000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319B85; }

 p { color: rgb(49,155,133); }

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

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

 a { background-color: rgb(49,155,133); }

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

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

 span { border-color: rgb(49,155,133); }

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