#369285

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

Shades of Gossamer #369285

Tints of Gossamer #369285

Color information

#369285 (or 0x369285) is unknown color: approx Gossamer. HEX triplet: 36, 92 and 85. RGB value is (54,146,133). Sum of RGB (Red+Green+Blue) = 54+146+133=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #369285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369285 is #C96D7A. Grayscale: #747474. Windows color (decimal): -13200763 or 8753718. OLE color: 8753718.

HSL color Cylindrical-coordinate representation of color #369285: hue angle of 171.52º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369285 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB54146133-
CMYK0.6300.090.43
HSL171.52º46%39.22%-
HSV(B)171.52º63.01%57.25%-
XYZ16.0323.0425.79-
YUV117.01137.0283.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.22%
GREEN value IS 146 (57.42% from 255) = 43.84%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=16.22%
G=43.84%
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.43
SystemRedGreenBlueCMYKHSL
Decimal541461330.6300.090.43171.524639.22
Hex3692853F092Bac2e27
Octal6622220577011532545647
Binary11011010010010100001011111110100110101110101100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369285; }

 p { color: rgb(54,146,133); }

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

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

 a { background-color: rgb(54,146,133); }

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

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

 span { border-color: rgb(54,146,133); }

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