#349386

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

Shades of Gossamer #349386

Tints of Gossamer #349386

Color information

#349386 (or 0x349386) is unknown color: approx Gossamer. HEX triplet: 34, 93 and 86. RGB value is (52,147,134). Sum of RGB (Red+Green+Blue) = 52+147+134=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #349386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349386 is #CB6C79. Grayscale: #757575. Windows color (decimal): -13331578 or 8819508. OLE color: 8819508.

HSL color Cylindrical-coordinate representation of color #349386: hue angle of 171.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349386 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB52147134-
CMYK0.6500.090.42
HSL171.79º47.74%39.02%-
HSV(B)171.79º64.63%57.65%-
XYZ16.1523.3226.2-
YUV117.11137.5381.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.62%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=15.62%
G=44.14%
B=40.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521471340.6500.090.42171.7947.7439.02
Hex34938641092Aac3027
Octal64223206101011522546047
Binary110100100100111000011010000010100110101010101100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349386; }

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

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

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

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

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

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

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

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