#399B8B

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

Shades of Gossamer #399B8B

Tints of Gossamer #399B8B

Color information

#399B8B (or 0x399B8B) is unknown color: approx Gossamer. HEX triplet: 39, 9B and 8B. RGB value is (57,155,139). Sum of RGB (Red+Green+Blue) = 57+155+139=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #399B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B8B is #C66474. Grayscale: #7B7B7B. Windows color (decimal): -13001845 or 9149241. OLE color: 9149241.

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

Color convert

RGB57155139-
CMYK0.6300.100.39
HSL170.2º46.23%41.57%-
HSV(B)170.2º63.23%60.78%-
XYZ18.0726.1828.53-
YUV123.87136.5380.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 155 (60.94% from 255) = 44.16%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=16.24%
G=44.16%
B=39.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571551390.6300.100.39170.246.2341.57
Hex399B8B3F0A27aa2e2a
Octal7123321377012472525652
Binary11100110011011100010111111110101010011110101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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