#349987

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

Shades of Gossamer #349987

Tints of Gossamer #349987

Color information

#349987 (or 0x349987) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 87. RGB value is (52,153,135). Sum of RGB (Red+Green+Blue) = 52+153+135=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #349987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349987 is #CB6678. Grayscale: #787878. Windows color (decimal): -13330041 or 8886580. OLE color: 8886580.

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

Color convert

RGB52153135-
CMYK0.6600.120.4
HSL169.31º49.27%40.2%-
HSV(B)169.31º66.01%60%-
XYZ17.1825.2626.89-
YUV120.75136.0478.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.29%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=15.29%
G=45%
B=39.71%

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
Decimal521531350.6600.120.4169.3149.2740.2
Hex349987420C28a93128
Octal64231207102014502516150
Binary110100100110011000011110000100110010100010101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349987; }

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

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

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

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

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

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

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

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