#339B82

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

Shades of Gossamer #339B82

Tints of Gossamer #339B82

Color information

#339B82 (or 0x339B82) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 82. RGB value is (51,155,130). Sum of RGB (Red+Green+Blue) = 51+155+130=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 155 (60.94% from 255 or 46.13% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 155 - color contains mainly: green. Hex color #339B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B82 is #CC647D. Grayscale: #797979. Windows color (decimal): -13395070 or 8559411. OLE color: 8559411.

HSL color Cylindrical-coordinate representation of color #339B82: hue angle of 165.58º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B82 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB51155130-
CMYK0.6700.160.39
HSL165.58º50.49%40.39%-
HSV(B)165.58º67.1%60.78%-
XYZ17.1225.7625.19-
YUV121.05133.0478.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.18%
GREEN value IS 155 (60.94% from 255) = 46.13%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=15.18%
G=46.13%
B=38.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551300.6700.160.39165.5850.4940.39
Hex339B824301027a63228
Octal63233202103020472466250
Binary1100111001101110000010100001101000010011110100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339B82; }

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

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

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

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

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

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

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

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