#319284

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

Shades of Gossamer #319284

Tints of Gossamer #319284

Color information

#319284 (or 0x319284) is unknown color: approx Gossamer. HEX triplet: 31, 92 and 84. RGB value is (49,146,132). Sum of RGB (Red+Green+Blue) = 49+146+132=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #319284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319284 is #CE6D7B. Grayscale: #737373. Windows color (decimal): -13528444 or 8688177. OLE color: 8688177.

HSL color Cylindrical-coordinate representation of color #319284: hue angle of 171.34º 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 #319284 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB49146132-
CMYK0.6600.100.43
HSL171.34º49.74%38.24%-
HSV(B)171.34º66.44%57.25%-
XYZ15.7122.8825.42-
YUV115.4137.3680.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=14.98%
G=44.65%
B=40.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491461320.6600.100.43171.3449.7438.24
Hex319284420A2Bab3226
Octal61222204102012532536246
Binary110001100100101000010010000100101010101110101011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319284; }

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

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

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

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

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

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

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

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