Html Css Color HEX #329391 Blue Chill

📋 copy color: '#329391'

red 50 ◦ green 147 ◦ blue 145

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

Shades of Blue Chill #329391

Tints of Blue Chill #329391

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.98%

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

R = 14.62%
G = 42.98%
B = 42.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#329391 (or 0x329391) is known color: Blue Chill. HEX triplet: 32, 93 and 91. RGB value is (50,147,145). Sum of RGB (Red+Green+Blue) = 50+147+145=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #329391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329391 is #CD6C6E. Grayscale: #757575. Windows color (decimal): -13462639 or 9540402. OLE color: 9540402.

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

Color convert

RGB 50 147 145 -
CMYK 0.66 0 0.01 0.42
HSL 178.76º 0.49% 0.39% -
HSV(B) 178.76º 0.66% 0.58% -
XYZ 16.86 23.59 30.45 -
YUV 117.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 50 147 145 0.66 0 0.01 0.42 178.76 0.49 0.39
Hex 32 93 91 42 0 1 2A B3 31 27
Octal 62 223 221 102 0 1 52 263 61 47
Binary 110010 10010011 10010001 1000010 0 1 101010 10110011 110001 100111

Color Harmonies of #329391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329391

Black with #329391

Text Example


Text Example

White with #329391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329391; }

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

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

background-color css

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

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

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

border-color css

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

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

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