#369B86

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

Shades of Gossamer #369B86

Tints of Gossamer #369B86

Color information

#369B86 (or 0x369B86) is unknown color: approx Gossamer. HEX triplet: 36, 9B and 86. RGB value is (54,155,134). Sum of RGB (Red+Green+Blue) = 54+155+134=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #369B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B86 is #C96479. Grayscale: #7A7A7A. Windows color (decimal): -13198458 or 8821558. OLE color: 8821558.

HSL color Cylindrical-coordinate representation of color #369B86: hue angle of 167.52º degrees, saturation: 0.48, 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 #369B86 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB54155134-
CMYK0.6500.140.39
HSL167.52º48.33%40.98%-
HSV(B)167.52º65.16%60.78%-
XYZ17.5525.9526.64-
YUV122.41134.5479.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.74%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 134 (52.73% from 255) = 39.07%
R=15.74%
G=45.19%
B=39.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541551340.6500.140.39167.5248.3340.98
Hex369B86410E27a83029
Octal66233206101016472506051
Binary110110100110111000011010000010111010011110101000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,155,134); }

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

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

 a { background-color: rgb(54,155,134); }

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

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

 span { border-color: rgb(54,155,134); }

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