#328B8A

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

Shades of Blue Chill #328B8A

Tints of Blue Chill #328B8A

Color information

#328B8A (or 0x328B8A) is unknown color: approx Blue Chill. HEX triplet: 32, 8B and 8A. RGB value is (50,139,138). Sum of RGB (Red+Green+Blue) = 50+139+138=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #328B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B8A is #CD7475. Grayscale: #707070. Windows color (decimal): -13464694 or 9079602. OLE color: 9079602.

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

Color convert

RGB50139138-
CMYK0.6400.010.45
HSL179.33º47.09%37.06%-
HSV(B)179.33º64.03%54.51%-
XYZ15.1420.9827.3-
YUV112.28142.5183.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=15.29%
G=42.51%
B=42.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391380.6400.010.45179.3347.0937.06
Hex328B8A40012Db32f25
Octal6221321210001552635745
Binary110010100010111000101010000000110110110110011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,139,138); }

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

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

 a { background-color: rgb(50,139,138); }

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

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

 span { border-color: rgb(50,139,138); }

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