#349084

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

Shades of Gossamer #349084

Tints of Gossamer #349084

Color information

#349084 (or 0x349084) is unknown color: approx Gossamer. HEX triplet: 34, 90 and 84. RGB value is (52,144,132). Sum of RGB (Red+Green+Blue) = 52+144+132=328 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.85% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #349084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349084 is #CB6F7B. Grayscale: #737373. Windows color (decimal): -13332348 or 8687668. OLE color: 8687668.

HSL color Cylindrical-coordinate representation of color #349084: hue angle of 172.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349084 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB52144132-
CMYK0.6400.080.44
HSL172.17º46.94%38.43%-
HSV(B)172.17º63.89%56.47%-
XYZ15.5522.3425.32-
YUV115.12137.5282.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.85%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=15.85%
G=43.90%
B=40.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441320.6400.080.44172.1746.9438.43
Hex34908440082Cac2f26
Octal64220204100010542545746
Binary110100100100001000010010000000100010110010101100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349084; }

 p { color: rgb(52,144,132); }

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

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

 a { background-color: rgb(52,144,132); }

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

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

 span { border-color: rgb(52,144,132); }

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