#349686

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

Shades of Gossamer #349686

Tints of Gossamer #349686

Color information

#349686 (or 0x349686) is unknown color: approx Gossamer. HEX triplet: 34, 96 and 86. RGB value is (52,150,134). Sum of RGB (Red+Green+Blue) = 52+150+134=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #349686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349686 is #CB6979. Grayscale: #767676. Windows color (decimal): -13330810 or 8820276. OLE color: 8820276.

HSL color Cylindrical-coordinate representation of color #349686: hue angle of 170.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349686 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB52150134-
CMYK0.6500.110.41
HSL170.2º48.51%39.61%-
HSV(B)170.2º65.33%58.82%-
XYZ16.6324.2626.36-
YUV118.87136.5380.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 150 (58.98% from 255) = 44.64%
BLUE value IS 134 (52.73% from 255) = 39.88%
R=15.48%
G=44.64%
B=39.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501340.6500.110.41170.248.5139.61
Hex349686410B29aa3128
Octal64226206101013512526150
Binary110100100101101000011010000010101110100110101010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349686; }

 p { color: rgb(52,150,134); }

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

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

 a { background-color: rgb(52,150,134); }

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

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

 span { border-color: rgb(52,150,134); }

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