#349382

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

Shades of Gossamer #349382

Tints of Gossamer #349382

Color information

#349382 (or 0x349382) is unknown color: approx Gossamer. HEX triplet: 34, 93 and 82. RGB value is (52,147,130). Sum of RGB (Red+Green+Blue) = 52+147+130=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #349382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349382 is #CB6C7D. Grayscale: #747474. Windows color (decimal): -13331582 or 8557364. OLE color: 8557364.

HSL color Cylindrical-coordinate representation of color #349382: hue angle of 169.26º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349382 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB52147130-
CMYK0.6500.120.42
HSL169.26º47.74%39.02%-
HSV(B)169.26º64.63%57.65%-
XYZ15.8823.2124.76-
YUV116.66135.5381.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=15.81%
G=44.68%
B=39.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521471300.6500.120.42169.2647.7439.02
Hex349382410C2Aa93027
Octal64223202101014522516047
Binary110100100100111000001010000010110010101010101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349382; }

 p { color: rgb(52,147,130); }

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

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

 a { background-color: rgb(52,147,130); }

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

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

 span { border-color: rgb(52,147,130); }

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