Html Css Color HEX #329187 Blue Chill

📋 copy color: '#329187'

red 50 ◦ green 145 ◦ blue 135

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

Shades of Blue Chill #329187

Tints of Blue Chill #329187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.91%

R = 15.15%
G = 43.94%
B = 40.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#329187 (or 0x329187) is known color: Blue Chill. HEX triplet: 32, 91 and 87. RGB value is (50,145,135). Sum of RGB (Red+Green+Blue) = 50+145+135=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #329187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329187 is #CD6E78. Grayscale: #737373. Windows color (decimal): -13463161 or 8884530. OLE color: 8884530.

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

Color convert

RGB 50 145 135 -
CMYK 0.66 0 0.07 0.43
HSL 173.68º 0.49% 0.38% -
HSV(B) 173.68º 0.66% 0.57% -
XYZ 15.81 22.68 26.47 -
YUV 115.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 50 145 135 0.66 0 0.07 0.43 173.68 0.49 0.38
Hex 32 91 87 42 0 7 2B AE 31 26
Octal 62 221 207 102 0 7 53 256 61 46
Binary 110010 10010001 10000111 1000010 0 111 101011 10101110 110001 100110

Color Harmonies of #329187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329187

Black with #329187

Text Example


Text Example

White with #329187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329187; }

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

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

background-color css

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

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

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

border-color css

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

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

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