#329194

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

Shades of Blue Chill #329194

Tints of Blue Chill #329194

Color information

#329194 (or 0x329194) is unknown color: approx Blue Chill. HEX triplet: 32, 91 and 94. RGB value is (50,145,148). Sum of RGB (Red+Green+Blue) = 50+145+148=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #329194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329194 is #CD6E6B. Grayscale: #747474. Windows color (decimal): -13463148 or 9736498. OLE color: 9736498.

HSL color Cylindrical-coordinate representation of color #329194: hue angle of 181.84º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329194 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50145148-
CMYK0.660.0200.42
HSL181.84º49.49%38.82%-
HSV(B)181.84º66.22%58.04%-
XYZ16.7923.0731.58-
YUV116.94145.5380.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 148 (58.20% from 255) = 43.15%
R=14.58%
G=42.27%
B=43.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501451480.660.0200.42181.8449.4938.82
Hex32919442202Ab63127
Octal6222122410220522666147
Binary1100101001000110010100100001010010101010110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329194; }

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

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

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

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

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

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

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

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