#349186

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

Shades of Gossamer #349186

Tints of Gossamer #349186

Color information

#349186 (or 0x349186) is unknown color: approx Gossamer. HEX triplet: 34, 91 and 86. RGB value is (52,145,134). Sum of RGB (Red+Green+Blue) = 52+145+134=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #349186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349186 is #CB6E79. Grayscale: #737373. Windows color (decimal): -13332090 or 8818996. OLE color: 8818996.

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

Color convert

RGB52145134-
CMYK0.6400.080.43
HSL172.9º47.21%38.63%-
HSV(B)172.9º64.14%56.86%-
XYZ15.8422.726.1-
YUV115.94138.1982.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=15.71%
G=43.81%
B=40.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521451340.6400.080.43172.947.2138.63
Hex34918640082Bad2f27
Octal64221206100010532555747
Binary110100100100011000011010000000100010101110101101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349186; }

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

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

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

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

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

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

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

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