#328890

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

Shades of Blue Chill #328890

Tints of Blue Chill #328890

Color information

#328890 (or 0x328890) is unknown color: approx Blue Chill. HEX triplet: 32, 88 and 90. RGB value is (50,136,144). Sum of RGB (Red+Green+Blue) = 50+136+144=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #328890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328890 is #CD776F. Grayscale: #6F6F6F. Windows color (decimal): -13465456 or 9472050. OLE color: 9472050.

HSL color Cylindrical-coordinate representation of color #328890: hue angle of 185.11º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328890 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50136144-
CMYK0.650.0600.44
HSL185.11º48.45%38.04%-
HSV(B)185.11º65.28%56.47%-
XYZ15.1520.329.51-
YUV111.2146.5184.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 136 (53.52% from 255) = 41.21%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=15.15%
G=41.21%
B=43.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501361440.650.0600.44185.1148.4538.04
Hex32889041602Cb93026
Octal6221022010160542716046
Binary11001010001000100100001000001110010110010111001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328890; }

 p { color: rgb(50,136,144); }

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

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

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

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

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

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

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