#349788

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

Shades of Gossamer #349788

Tints of Gossamer #349788

Color information

#349788 (or 0x349788) is unknown color: approx Gossamer. HEX triplet: 34, 97 and 88. RGB value is (52,151,136). Sum of RGB (Red+Green+Blue) = 52+151+136=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 151 - color contains mainly: green. Hex color #349788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349788 is #CB6877. Grayscale: #777777. Windows color (decimal): -13330552 or 8951604. OLE color: 8951604.

HSL color Cylindrical-coordinate representation of color #349788: hue angle of 170.91º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349788 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB52151136-
CMYK0.6600.100.41
HSL170.91º48.77%39.8%-
HSV(B)170.91º65.56%59.22%-
XYZ16.9324.6427.16-
YUV119.69137.279.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.34%
GREEN value IS 151 (59.38% from 255) = 44.54%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=15.34%
G=44.54%
B=40.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511360.6600.100.41170.9148.7739.8
Hex349788420A29ab3128
Octal64227210102012512536150
Binary110100100101111000100010000100101010100110101011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349788; }

 p { color: rgb(52,151,136); }

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

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

 a { background-color: rgb(52,151,136); }

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

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

 span { border-color: rgb(52,151,136); }

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