#349B82

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

Shades of Gossamer #349B82

Tints of Gossamer #349B82

Color information

#349B82 (or 0x349B82) is unknown color: approx Gossamer. HEX triplet: 34, 9B and 82. RGB value is (52,155,130). Sum of RGB (Red+Green+Blue) = 52+155+130=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #349B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B82 is #CB647D. Grayscale: #797979. Windows color (decimal): -13329534 or 8559412. OLE color: 8559412.

HSL color Cylindrical-coordinate representation of color #349B82: hue angle of 165.44º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B82 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB52155130-
CMYK0.6600.160.39
HSL165.44º49.76%40.59%-
HSV(B)165.44º66.45%60.78%-
XYZ17.1725.7825.19-
YUV121.35132.8878.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 155 (60.94% from 255) = 45.99%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=15.43%
G=45.99%
B=38.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521551300.6600.160.39165.4449.7640.59
Hex349B824201027a53229
Octal64233202102020472456251
Binary1101001001101110000010100001001000010011110100101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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