Html Css Color HEX #329191 Blue Chill

📋 copy color: '#329191'

red 50 ◦ green 145 ◦ blue 145

#329191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #329191

Tints of Blue Chill #329191

RGB

 RED value IS 50 (19.92% from 255) = 14.71%

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 145 (57.03% from 255) = 42.65%

R = 14.71%
G = 42.65%
B = 42.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#329191 (or 0x329191) is known color: Blue Chill. HEX triplet: 32, 91 and 91. RGB value is (50,145,145). Sum of RGB (Red+Green+Blue) = 50+145+145=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #329191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329191 is #CD6E6E. Grayscale: #747474. Windows color (decimal): -13463151 or 9539890. OLE color: 9539890.

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

Color convert

RGB 50 145 145 -
CMYK 0.66 0 0 0.43
HSL 180º 0.49% 0.38% -
HSV(B) 180º 0.66% 0.57% -
XYZ 16.55 22.97 30.35 -
YUV 116.6 144.03 80.5 -
System Red Green Blue C M Y K H S L
Decimal 50 145 145 0.66 0 0 0.43 180 0.49 0.38
Hex 32 91 91 42 0 0 2B B4 31 26
Octal 62 221 221 102 0 0 53 264 61 46
Binary 110010 10010001 10010001 1000010 0 0 101011 10110100 110001 100110

Color Harmonies of #329191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329191

Black with #329191

Text Example


Text Example

White with #329191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329191; }

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

 H1.HeaderClassName
 {
   color: #329191;
 }
 .AnyTagClassName
 {
   color: #329191;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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