#349986

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

Shades of Gossamer #349986

Tints of Gossamer #349986

Color information

#349986 (or 0x349986) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 86. RGB value is (52,153,134). Sum of RGB (Red+Green+Blue) = 52+153+134=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #349986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349986 is #CB6679. Grayscale: #787878. Windows color (decimal): -13330042 or 8821044. OLE color: 8821044.

HSL color Cylindrical-coordinate representation of color #349986: hue angle of 168.71º degrees, saturation: 0.49, 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 #349986 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB52153134-
CMYK0.6600.120.4
HSL168.71º49.27%40.2%-
HSV(B)168.71º66.01%60%-
XYZ17.1125.2326.52-
YUV120.64135.5479.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=15.34%
G=45.13%
B=39.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531340.6600.120.4168.7149.2740.2
Hex349986420C28a93128
Octal64231206102014502516150
Binary110100100110011000011010000100110010100010101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349986; }

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

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

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

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

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

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

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

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