#328D90

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

Shades of Blue Chill #328D90

Tints of Blue Chill #328D90

Color information

#328D90 (or 0x328D90) is unknown color: approx Blue Chill. HEX triplet: 32, 8D and 90. RGB value is (50,141,144). Sum of RGB (Red+Green+Blue) = 50+141+144=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #328D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D90 is #CD726F. Grayscale: #727272. Windows color (decimal): -13464176 or 9473330. OLE color: 9473330.

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

Color convert

RGB50141144-
CMYK0.650.0200.44
HSL181.91º48.45%38.04%-
HSV(B)181.91º65.28%56.47%-
XYZ15.8721.7429.75-
YUV114.13144.8582.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=14.93%
G=42.09%
B=42.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501411440.650.0200.44181.9148.4538.04
Hex328D9041202Cb63026
Octal6221522010120542666046
Binary1100101000110110010000100000110010110010110110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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