#328A8D

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

Shades of Blue Chill #328A8D

Tints of Blue Chill #328A8D

Color information

#328A8D (or 0x328A8D) is unknown color: approx Blue Chill. HEX triplet: 32, 8A and 8D. RGB value is (50,138,141). Sum of RGB (Red+Green+Blue) = 50+138+141=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #328A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A8D is #CD7572. Grayscale: #6F6F6F. Windows color (decimal): -13464947 or 9275954. OLE color: 9275954.

HSL color Cylindrical-coordinate representation of color #328A8D: hue angle of 181.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328A8D is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50138141-
CMYK0.650.0200.45
HSL181.98º47.64%37.45%-
HSV(B)181.98º64.54%55.29%-
XYZ15.2120.7828.41-
YUV112.03144.3583.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 138 (54.30% from 255) = 41.95%
BLUE value IS 141 (55.47% from 255) = 42.86%
R=15.20%
G=41.95%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501381410.650.0200.45181.9847.6437.45
Hex328A8D41202Db63025
Octal6221221510120552666045
Binary1100101000101010001101100000110010110110110110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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