#389F8D

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

Shades of Gossamer #389F8D

Tints of Gossamer #389F8D

Color information

#389F8D (or 0x389F8D) is unknown color: approx Gossamer. HEX triplet: 38, 9F and 8D. RGB value is (56,159,141). Sum of RGB (Red+Green+Blue) = 56+159+141=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 159 - color contains mainly: green. Hex color #389F8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389F8D is #C76072. Grayscale: #7E7E7E. Windows color (decimal): -13066355 or 9281336. OLE color: 9281336.

HSL color Cylindrical-coordinate representation of color #389F8D: hue angle of 169.51º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F8D is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB56159141-
CMYK0.6500.110.38
HSL169.51º47.91%42.16%-
HSV(B)169.51º64.78%62.35%-
XYZ18.8427.5629.53-
YUV126.15136.3877.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.73%
GREEN value IS 159 (62.5% from 255) = 44.66%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=15.73%
G=44.66%
B=39.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561591410.6500.110.38169.5147.9142.16
Hex389F8D410B26aa302a
Octal70237215101013462526052
Binary111000100111111000110110000010101110011010101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389F8D; }

 p { color: rgb(56,159,141); }

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

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

 a { background-color: rgb(56,159,141); }

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

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

 span { border-color: rgb(56,159,141); }

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