#399B8D

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

Shades of Gossamer #399B8D

Tints of Gossamer #399B8D

Color information

#399B8D (or 0x399B8D) is unknown color: approx Gossamer. HEX triplet: 39, 9B and 8D. RGB value is (57,155,141). Sum of RGB (Red+Green+Blue) = 57+155+141=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #399B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399B8D is #C66472. Grayscale: #7C7C7C. Windows color (decimal): -13001843 or 9280313. OLE color: 9280313.

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

Color convert

RGB57155141-
CMYK0.6300.090.39
HSL171.43º46.23%41.57%-
HSV(B)171.43º63.23%60.78%-
XYZ18.2226.2429.3-
YUV124.1137.5380.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=16.15%
G=43.91%
B=39.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571551410.6300.090.39171.4346.2341.57
Hex399B8D3F0927ab2e2a
Octal7123321577011472535652
Binary11100110011011100011011111110100110011110101011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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