#328A8E

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

Shades of Blue Chill #328A8E

Tints of Blue Chill #328A8E

Color information

#328A8E (or 0x328A8E) is unknown color: approx Blue Chill. HEX triplet: 32, 8A and 8E. RGB value is (50,138,142). Sum of RGB (Red+Green+Blue) = 50+138+142=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #328A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A8E is #CD7571. Grayscale: #707070. Windows color (decimal): -13464946 or 9341490. OLE color: 9341490.

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

Color convert

RGB50138142-
CMYK0.650.0300.44
HSL182.61º47.92%37.65%-
HSV(B)182.61º64.79%55.69%-
XYZ15.2920.8128.8-
YUV112.14144.8583.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.15%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 142 (55.86% from 255) = 43.03%
R=15.15%
G=41.82%
B=43.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501381420.650.0300.44182.6147.9237.65
Hex328A8E41302Cb73026
Octal6221221610130542676046
Binary1100101000101010001110100000111010110010110111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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