#349184

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

Shades of Gossamer #349184

Tints of Gossamer #349184

Color information

#349184 (or 0x349184) is unknown color: approx Gossamer. HEX triplet: 34, 91 and 84. RGB value is (52,145,132). Sum of RGB (Red+Green+Blue) = 52+145+132=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #349184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349184 is #CB6E7B. Grayscale: #737373. Windows color (decimal): -13332092 or 8687924. OLE color: 8687924.

HSL color Cylindrical-coordinate representation of color #349184: hue angle of 171.61º 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 #349184 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB52145132-
CMYK0.6400.090.43
HSL171.61º47.21%38.63%-
HSV(B)171.61º64.14%56.86%-
XYZ15.7122.6525.37-
YUV115.71137.1982.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=15.81%
G=44.07%
B=40.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521451320.6400.090.43171.6147.2138.63
Hex34918440092Bac2f27
Octal64221204100011532545747
Binary110100100100011000010010000000100110101110101100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349184; }

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

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

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

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

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

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

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

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