#329291

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

Shades of Blue Chill #329291

Tints of Blue Chill #329291

Color information

#329291 (or 0x329291) is unknown color: approx Blue Chill. HEX triplet: 32, 92 and 91. RGB value is (50,146,145). Sum of RGB (Red+Green+Blue) = 50+146+145=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #329291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329291 is #CD6D6E. Grayscale: #757575. Windows color (decimal): -13462895 or 9540146. OLE color: 9540146.

HSL color Cylindrical-coordinate representation of color #329291: hue angle of 179.38º 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 #329291 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB50146145-
CMYK0.6600.010.43
HSL179.38º48.98%38.43%-
HSV(B)179.38º65.75%57.25%-
XYZ16.7123.2830.4-
YUV117.18143.780.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=14.66%
G=42.82%
B=42.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501461450.6600.010.43179.3848.9838.43
Hex32929142012Bb33126
Octal6222222110201532636146
Binary110010100100101001000110000100110101110110011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329291; }

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

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

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

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

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

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

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

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