#339382

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

Shades of Gossamer #339382

Tints of Gossamer #339382

Color information

#339382 (or 0x339382) is unknown color: approx Gossamer. HEX triplet: 33, 93 and 82. RGB value is (51,147,130). Sum of RGB (Red+Green+Blue) = 51+147+130=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #339382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339382 is #CC6C7D. Grayscale: #747474. Windows color (decimal): -13397118 or 8557363. OLE color: 8557363.

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

Color convert

RGB51147130-
CMYK0.6500.120.42
HSL169.38º48.48%38.82%-
HSV(B)169.38º65.31%57.65%-
XYZ15.8323.1824.76-
YUV116.36135.781.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.55%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=15.55%
G=44.82%
B=39.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471300.6500.120.42169.3848.4838.82
Hex339382410C2Aa93027
Octal63223202101014522516047
Binary110011100100111000001010000010110010101010101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339382; }

 p { color: rgb(51,147,130); }

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

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

 a { background-color: rgb(51,147,130); }

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

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

 span { border-color: rgb(51,147,130); }

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