#328B8B

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

Shades of Blue Chill #328B8B

Tints of Blue Chill #328B8B

Color information

#328B8B (or 0x328B8B) is unknown color: approx Blue Chill. HEX triplet: 32, 8B and 8B. RGB value is (50,139,139). Sum of RGB (Red+Green+Blue) = 50+139+139=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #328B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B8B is #CD7474. Grayscale: #707070. Windows color (decimal): -13464693 or 9145138. OLE color: 9145138.

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

Color convert

RGB50139139-
CMYK0.64000.45
HSL180º47.09%37.06%-
HSV(B)180º64.03%54.51%-
XYZ15.2121.0127.68-
YUV112.39143.0183.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=15.24%
G=42.38%
B=42.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391390.64000.4518047.0937.06
Hex328B8B40002Db42f25
Octal6221321310000552645745
Binary110010100010111000101110000000010110110110100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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