Html Css Color HEX #329194 Blue Chill

📋 copy color: '#329194'

red 50 ◦ green 145 ◦ blue 148

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

Shades of Blue Chill #329194

Tints of Blue Chill #329194

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.2% from 255) = 43.15%

R = 14.58%
G = 42.27%
B = 43.15%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#329194 (or 0x329194) is known color: 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

RGB 50 145 148 -
CMYK 0.66 0.02 0 0.42
HSL 181.84º 0.49% 0.39% -
HSV(B) 181.84º 0.66% 0.58% -
XYZ 16.79 23.07 31.58 -
YUV 116.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 50 145 148 0.66 0.02 0 0.42 181.84 0.49 0.39
Hex 32 91 94 42 2 0 2A B6 31 27
Octal 62 221 224 102 2 0 52 266 61 47
Binary 110010 10010001 10010100 1000010 10 0 101010 10110110 110001 100111

Color Harmonies of #329194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329194

Black with #329194

Text Example


Text Example

White with #329194

Text Example


Text Example

HTML Codes & Css Web 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>