#328D85

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

Shades of Blue Chill #328D85

Tints of Blue Chill #328D85

Color information

#328D85 (or 0x328D85) is unknown color: approx Blue Chill. HEX triplet: 32, 8D and 85. RGB value is (50,141,133). Sum of RGB (Red+Green+Blue) = 50+141+133=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 141 - color contains mainly: green. Hex color #328D85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D85 is #CD727A. Grayscale: #707070. Windows color (decimal): -13464187 or 8752434. OLE color: 8752434.

HSL color Cylindrical-coordinate representation of color #328D85: hue angle of 174.73º 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 #328D85 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB50141133-
CMYK0.6500.060.45
HSL174.73º47.64%37.45%-
HSV(B)174.73º64.54%55.29%-
XYZ15.0721.4225.53-
YUV112.88139.3583.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=15.43%
G=43.52%
B=41.05%

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
Decimal501411330.6500.060.45174.7347.6437.45
Hex328D8541062Daf3025
Octal6221520510106552576045
Binary11001010001101100001011000001011010110110101111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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