#328B91

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

Shades of Blue Chill #328B91

Tints of Blue Chill #328B91

Color information

#328B91 (or 0x328B91) is unknown color: approx Blue Chill. HEX triplet: 32, 8B and 91. RGB value is (50,139,145). Sum of RGB (Red+Green+Blue) = 50+139+145=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #328B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B91 is #CD746E. Grayscale: #707070. Windows color (decimal): -13464687 or 9538354. OLE color: 9538354.

HSL color Cylindrical-coordinate representation of color #328B91: hue angle of 183.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328B91 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50139145-
CMYK0.660.0400.43
HSL183.79º48.72%38.24%-
HSV(B)183.79º65.52%56.86%-
XYZ15.6621.1930.05-
YUV113.07146.0183.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.97%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=14.97%
G=41.62%
B=43.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501391450.660.0400.43183.7948.7238.24
Hex328B9142402Bb83126
Octal6221322110240532706146
Binary11001010001011100100011000010100010101110111000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,139,145); }

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

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

 a { background-color: rgb(50,139,145); }

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

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

 span { border-color: rgb(50,139,145); }

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