#328C86

Color #328C86 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #328C86

Tints of Blue Chill #328C86

Color information

#328C86 (or 0x328C86) is unknown color: approx Blue Chill. HEX triplet: 32, 8C and 86. RGB value is (50,140,134). Sum of RGB (Red+Green+Blue) = 50+140+134=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #328C86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C86 is #CD7379. Grayscale: #707070. Windows color (decimal): -13464442 or 8817714. OLE color: 8817714.

HSL color Cylindrical-coordinate representation of color #328C86: hue angle of 176º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328C86 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB50140134-
CMYK0.6400.040.45
HSL176º47.37%37.25%-
HSV(B)176º64.29%54.9%-
XYZ1521.1625.85-
YUV112.41140.1883.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 140 (55.08% from 255) = 43.21%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=15.43%
G=43.21%
B=41.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501401340.6400.040.4517647.3737.25
Hex328C8640042Db02f25
Octal6221420610004552605745
Binary11001010001100100001101000000010010110110110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328C86; }

 p { color: rgb(50,140,134); }

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

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

 a { background-color: rgb(50,140,134); }

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

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

 span { border-color: rgb(50,140,134); }

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