#328489

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

Shades of Blue Chill #328489

Tints of Blue Chill #328489

Color information

#328489 (or 0x328489) is unknown color: approx Blue Chill. HEX triplet: 32, 84 and 89. RGB value is (50,132,137). Sum of RGB (Red+Green+Blue) = 50+132+137=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #328489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328489 is #CD7B76. Grayscale: #6B6B6B. Windows color (decimal): -13466487 or 9012274. OLE color: 9012274.

HSL color Cylindrical-coordinate representation of color #328489: hue angle of 183.45º 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 #328489 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB50132137-
CMYK0.640.0400.46
HSL183.45º46.52%36.67%-
HSV(B)183.45º63.5%53.73%-
XYZ14.0818.9926.59-
YUV108.05144.3386.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=15.67%
G=41.38%
B=42.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501321370.640.0400.46183.4546.5236.67
Hex32848940402Eb72f25
Octal6220421110040562675745
Binary11001010000100100010011000000100010111010110111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328489; }

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

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

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

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

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

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

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

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