#319282

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

Shades of Gossamer #319282

Tints of Gossamer #319282

Color information

#319282 (or 0x319282) is unknown color: approx Gossamer. HEX triplet: 31, 92 and 82. RGB value is (49,146,130). Sum of RGB (Red+Green+Blue) = 49+146+130=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #319282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319282 is #CE6D7D. Grayscale: #737373. Windows color (decimal): -13528446 or 8557105. OLE color: 8557105.

HSL color Cylindrical-coordinate representation of color #319282: hue angle of 170.1º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #319282 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB49146130-
CMYK0.6600.110.43
HSL170.1º49.74%38.24%-
HSV(B)170.1º66.44%57.25%-
XYZ15.5722.8224.7-
YUV115.17136.3680.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 130 (51.17% from 255) = 40%
R=15.08%
G=44.92%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461300.6600.110.43170.149.7438.24
Hex319282420B2Baa3226
Octal61222202102013532526246
Binary110001100100101000001010000100101110101110101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319282; }

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

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

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

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

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

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

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

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