Html Css Color HEX #328C84 Blue Chill

📋 copy color: '#328C84'

red 50 ◦ green 140 ◦ blue 132

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

Shades of Blue Chill #328C84

Tints of Blue Chill #328C84

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.48%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 15.53%
G = 43.48%
B = 40.99%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#328C84 (or 0x328C84) is known color: Blue Chill. HEX triplet: 32, 8C and 84. RGB value is (50,140,132). Sum of RGB (Red+Green+Blue) = 50+140+132=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 140 - color contains mainly: green. Hex color #328C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C84 is #CD737B. Grayscale: #707070. Windows color (decimal): -13464444 or 8686642. OLE color: 8686642.

HSL color Cylindrical-coordinate representation of color #328C84: hue angle of 174.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328C84 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 140 132 -
CMYK 0.64 0 0.06 0.45
HSL 174.67º 0.47% 0.37% -
HSV(B) 174.67º 0.64% 0.55% -
XYZ 14.86 21.1 25.12 -
YUV 112.18 139.18 83.65 -
System Red Green Blue C M Y K H S L
Decimal 50 140 132 0.64 0 0.06 0.45 174.67 0.47 0.37
Hex 32 8C 84 40 0 6 2D AF 2F 25
Octal 62 214 204 100 0 6 55 257 57 45
Binary 110010 10001100 10000100 1000000 0 110 101101 10101111 101111 100101

Color Harmonies of #328C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C84

Black with #328C84

Text Example


Text Example

White with #328C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328C84; }

 p { color: rgb(50,140,132); }

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

background-color css

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

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

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

border-color css

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

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

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