#328989

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

Shades of Blue Chill #328989

Tints of Blue Chill #328989

Color information

#328989 (or 0x328989) is unknown color: approx Blue Chill. HEX triplet: 32, 89 and 89. RGB value is (50,137,137). Sum of RGB (Red+Green+Blue) = 50+137+137=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #328989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328989 is #CD7676. Grayscale: #6E6E6E. Windows color (decimal): -13465207 or 9013554. OLE color: 9013554.

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

Color convert

RGB50137137-
CMYK0.64000.46
HSL180º46.52%36.67%-
HSV(B)180º63.5%53.73%-
XYZ14.7820.3826.82-
YUV110.99142.6884.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.43%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=15.43%
G=42.28%
B=42.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501371370.64000.4618046.5236.67
Hex32898940002Eb42f25
Octal6221121110000562645745
Binary110010100010011000100110000000010111010110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328989; }

 p { color: rgb(50,137,137); }

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

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

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

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

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

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

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