#339985

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

Shades of Gossamer #339985

Tints of Gossamer #339985

Color information

#339985 (or 0x339985) is unknown color: approx Gossamer. HEX triplet: 33, 99 and 85. RGB value is (51,153,133). Sum of RGB (Red+Green+Blue) = 51+153+133=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #339985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339985 is #CC667A. Grayscale: #787878. Windows color (decimal): -13395579 or 8755507. OLE color: 8755507.

HSL color Cylindrical-coordinate representation of color #339985: hue angle of 168.24º 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 #339985 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB51153133-
CMYK0.6700.130.4
HSL168.24º50%40%-
HSV(B)168.24º66.67%60%-
XYZ16.9925.1826.16-
YUV120.22135.2178.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.13%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=15.13%
G=45.40%
B=39.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511531330.6700.130.4168.245040
Hex339985430D28a83228
Octal63231205103015502506250
Binary110011100110011000010110000110110110100010101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339985; }

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

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

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

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

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

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

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

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