#329087

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

Shades of Blue Chill #329087

Tints of Blue Chill #329087

Color information

#329087 (or 0x329087) is unknown color: approx Blue Chill. HEX triplet: 32, 90 and 87. RGB value is (50,144,135). Sum of RGB (Red+Green+Blue) = 50+144+135=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #329087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329087 is #CD6F78. Grayscale: #727272. Windows color (decimal): -13463417 or 8884274. OLE color: 8884274.

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

Color convert

RGB50144135-
CMYK0.6500.060.44
HSL174.26º48.45%38.04%-
HSV(B)174.26º65.28%56.47%-
XYZ15.6622.3726.41-
YUV114.87139.3681.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 135 (53.12% from 255) = 41.03%
R=15.20%
G=43.77%
B=41.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501441350.6500.060.44174.2648.4538.04
Hex32908741062Cae3026
Octal6222020710106542566046
Binary11001010010000100001111000001011010110010101110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329087; }

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

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

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

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

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

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

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

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