#328690

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

Shades of Blue Chill #328690

Tints of Blue Chill #328690

Color information

#328690 (or 0x328690) is unknown color: approx Blue Chill. HEX triplet: 32, 86 and 90. RGB value is (50,134,144). Sum of RGB (Red+Green+Blue) = 50+134+144=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #328690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328690 is #CD796F. Grayscale: #6D6D6D. Windows color (decimal): -13465968 or 9471538. OLE color: 9471538.

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

Color convert

RGB50134144-
CMYK0.650.0700.44
HSL186.38º48.45%38.04%-
HSV(B)186.38º65.28%56.47%-
XYZ14.8719.7429.41-
YUV110.02147.1785.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 144 (56.64% from 255) = 43.90%
R=15.24%
G=40.85%
B=43.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501341440.650.0700.44186.3848.4538.04
Hex32869041702Cba3026
Octal6220622010170542726046
Binary11001010000110100100001000001111010110010111010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328690; }

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

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

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

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

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

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

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

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