#328990

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

Shades of Blue Chill #328990

Tints of Blue Chill #328990

Color information

#328990 (or 0x328990) is unknown color: approx Blue Chill. HEX triplet: 32, 89 and 90. RGB value is (50,137,144). Sum of RGB (Red+Green+Blue) = 50+137+144=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #328990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328990 is #CD766F. Grayscale: #6F6F6F. Windows color (decimal): -13465200 or 9472306. OLE color: 9472306.

HSL color Cylindrical-coordinate representation of color #328990: hue angle of 184.47º 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 #328990 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50137144-
CMYK0.650.0500.44
HSL184.47º48.45%38.04%-
HSV(B)184.47º65.28%56.47%-
XYZ15.320.5829.55-
YUV111.78146.1883.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=15.11%
G=41.39%
B=43.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501371440.650.0500.44184.4748.4538.04
Hex32899041502Cb83026
Octal6221122010150542706046
Binary11001010001001100100001000001101010110010111000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328990; }

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

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

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

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

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

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

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

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