#349A7E

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

Shades of Gossamer #349A7E

Tints of Gossamer #349A7E

Color information

#349A7E (or 0x349A7E) is unknown color: approx Gossamer. HEX triplet: 34, 9A and 7E. RGB value is (52,154,126). Sum of RGB (Red+Green+Blue) = 52+154+126=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #349A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A7E is #CB6581. Grayscale: #787878. Windows color (decimal): -13329794 or 8297012. OLE color: 8297012.

HSL color Cylindrical-coordinate representation of color #349A7E: hue angle of 163.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A7E is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB52154126-
CMYK0.6600.180.40
HSL163.53º49.51%40.39%-
HSV(B)163.53º66.23%60.39%-
XYZ16.7425.3523.75-
YUV120.31131.2179.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 154 (60.55% from 255) = 46.39%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=15.66%
G=46.39%
B=37.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521541260.6600.180.40163.5349.5140.39
Hex349A7E4201228a43228
Octal64232176102022502446250
Binary110100100110101111110100001001001010100010100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,154,126); }

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

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

 a { background-color: rgb(52,154,126); }

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

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

 span { border-color: rgb(52,154,126); }

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