#399B88

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

Shades of Gossamer #399B88

Tints of Gossamer #399B88

Color information

#399B88 (or 0x399B88) is unknown color: approx Gossamer. HEX triplet: 39, 9B and 88. RGB value is (57,155,136). Sum of RGB (Red+Green+Blue) = 57+155+136=348 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.38% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #399B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B88 is #C66477. Grayscale: #7B7B7B. Windows color (decimal): -13001848 or 8952633. OLE color: 8952633.

HSL color Cylindrical-coordinate representation of color #399B88: hue angle of 168.37º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399B88 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB57155136-
CMYK0.6300.120.39
HSL168.37º46.23%41.57%-
HSV(B)168.37º63.23%60.78%-
XYZ17.8526.0927.39-
YUV123.53135.0380.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.38%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=16.38%
G=44.54%
B=39.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571551360.6300.120.39168.3746.2341.57
Hex399B883F0C27a82e2a
Octal7123321077014472505652
Binary11100110011011100010001111110110010011110101000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399B88; }

 p { color: rgb(57,155,136); }

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

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

 a { background-color: rgb(57,155,136); }

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

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

 span { border-color: rgb(57,155,136); }

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