#328D84

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

Shades of Blue Chill #328D84

Tints of Blue Chill #328D84

Color information

#328D84 (or 0x328D84) is unknown color: approx Blue Chill. HEX triplet: 32, 8D and 84. RGB value is (50,141,132). Sum of RGB (Red+Green+Blue) = 50+141+132=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #328D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D84 is #CD727B. Grayscale: #707070. Windows color (decimal): -13464188 or 8686898. OLE color: 8686898.

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

Color convert

RGB50141132-
CMYK0.6500.060.45
HSL174.07º47.64%37.45%-
HSV(B)174.07º64.54%55.29%-
XYZ15.0121.3925.17-
YUV112.76138.8583.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.48%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=15.48%
G=43.65%
B=40.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501411320.6500.060.45174.0747.6437.45
Hex328D8441062Dae3025
Octal6221520410106552566045
Binary11001010001101100001001000001011010110110101110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,132); }

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

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

 a { background-color: rgb(50,141,132); }

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

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

 span { border-color: rgb(50,141,132); }

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