#339989

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

Shades of Gossamer #339989

Tints of Gossamer #339989

Color information

#339989 (or 0x339989) is unknown color: approx Gossamer. HEX triplet: 33, 99 and 89. RGB value is (51,153,137). Sum of RGB (Red+Green+Blue) = 51+153+137=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #339989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339989 is #CC6676. Grayscale: #787878. Windows color (decimal): -13395575 or 9017651. OLE color: 9017651.

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

Color convert

RGB51153137-
CMYK0.6700.100.4
HSL170.59º50%40%-
HSV(B)170.59º66.67%60%-
XYZ17.2725.2927.64-
YUV120.68137.2178.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.96%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=14.96%
G=44.87%
B=40.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531370.6700.100.4170.595040
Hex339989430A28ab3228
Octal63231211103012502536250
Binary110011100110011000100110000110101010100010101011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339989; }

 p { color: rgb(51,153,137); }

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

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

 a { background-color: rgb(51,153,137); }

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

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

 span { border-color: rgb(51,153,137); }

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