#399B82

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

Shades of Gossamer #399B82

Tints of Gossamer #399B82

Color information

#399B82 (or 0x399B82) is unknown color: approx Gossamer. HEX triplet: 39, 9B and 82. RGB value is (57,155,130). Sum of RGB (Red+Green+Blue) = 57+155+130=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #399B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B82 is #C6647D. Grayscale: #7A7A7A. Windows color (decimal): -13001854 or 8559417. OLE color: 8559417.

HSL color Cylindrical-coordinate representation of color #399B82: hue angle of 164.69º 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 #399B82 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB57155130-
CMYK0.6300.160.39
HSL164.69º46.23%41.57%-
HSV(B)164.69º63.23%60.78%-
XYZ17.4425.9225.2-
YUV122.85132.0381.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.67%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=16.67%
G=45.32%
B=38.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571551300.6300.160.39164.6946.2341.57
Hex399B823F01027a52e2a
Octal7123320277020472455652
Binary111001100110111000001011111101000010011110100101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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