#389C87

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

Shades of Gossamer #389C87

Tints of Gossamer #389C87

Color information

#389C87 (or 0x389C87) is unknown color: approx Gossamer. HEX triplet: 38, 9C and 87. RGB value is (56,156,135). Sum of RGB (Red+Green+Blue) = 56+156+135=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 156 - color contains mainly: green. Hex color #389C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #389C87 is #C76378. Grayscale: #7B7B7B. Windows color (decimal): -13067129 or 8887352. OLE color: 8887352.

HSL color Cylindrical-coordinate representation of color #389C87: hue angle of 167.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389C87 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB56156135-
CMYK0.6400.130.39
HSL167.4º47.17%41.57%-
HSV(B)167.4º64.1%61.18%-
XYZ17.8926.3727.07-
YUV123.71134.3779.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=16.14%
G=44.96%
B=38.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561561350.6400.130.39167.447.1741.57
Hex389C87400D27a72f2a
Octal70234207100015472475752
Binary111000100111001000011110000000110110011110100111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,156,135); }

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

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

 a { background-color: rgb(56,156,135); }

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

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

 span { border-color: rgb(56,156,135); }

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