#349F82

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

Shades of Gossamer #349F82

Tints of Gossamer #349F82

Color information

#349F82 (or 0x349F82) is unknown color: approx Gossamer. HEX triplet: 34, 9F and 82. RGB value is (52,159,130). Sum of RGB (Red+Green+Blue) = 52+159+130=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #349F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349F82 is #CB607D. Grayscale: #7B7B7B. Windows color (decimal): -13328510 or 8560436. OLE color: 8560436.

HSL color Cylindrical-coordinate representation of color #349F82: hue angle of 163.74º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F82 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB52159130-
CMYK0.6700.180.38
HSL163.74º50.71%41.37%-
HSV(B)163.74º67.3%62.35%-
XYZ17.8427.1425.42-
YUV123.7131.5576.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 159 (62.5% from 255) = 46.63%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=15.25%
G=46.63%
B=38.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521591300.6700.180.38163.7450.7141.37
Hex349F824301226a43329
Octal64237202103022462446351
Binary1101001001111110000010100001101001010011010100100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349F82; }

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

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

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

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

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

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

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

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