#369C87

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

Shades of Gossamer #369C87

Tints of Gossamer #369C87

Color information

#369C87 (or 0x369C87) is unknown color: approx Gossamer. HEX triplet: 36, 9C and 87. RGB value is (54,156,135). Sum of RGB (Red+Green+Blue) = 54+156+135=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #369C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369C87 is #C96378. Grayscale: #7B7B7B. Windows color (decimal): -13198201 or 8887350. OLE color: 8887350.

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

Color convert

RGB54156135-
CMYK0.6500.130.39
HSL167.65º48.57%41.18%-
HSV(B)167.65º65.38%61.18%-
XYZ17.7826.3127.06-
YUV123.11134.7178.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.65%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=15.65%
G=45.22%
B=39.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541561350.6500.130.39167.6548.5741.18
Hex369C87410D27a83129
Octal66234207101015472506151
Binary110110100111001000011110000010110110011110101000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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