#369284

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

Shades of Gossamer #369284

Tints of Gossamer #369284

Color information

#369284 (or 0x369284) is unknown color: approx Gossamer. HEX triplet: 36, 92 and 84. RGB value is (54,146,132). Sum of RGB (Red+Green+Blue) = 54+146+132=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #369284 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369284 is #C96D7B. Grayscale: #747474. Windows color (decimal): -13200764 or 8688182. OLE color: 8688182.

HSL color Cylindrical-coordinate representation of color #369284: hue angle of 170.87º 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 #369284 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB54146132-
CMYK0.6300.100.43
HSL170.87º46%39.22%-
HSV(B)170.87º63.01%57.25%-
XYZ15.9723.0125.43-
YUV116.9136.5283.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.27%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=16.27%
G=43.98%
B=39.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541461320.6300.100.43170.874639.22
Hex3692843F0A2Bab2e27
Octal6622220477012532535647
Binary11011010010010100001001111110101010101110101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369284; }

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

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

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

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

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

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

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

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