Html Css Color HEX #328A85 Blue Chill

📋 copy color: '#328A85'

red 50 ◦ green 138 ◦ blue 133

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

Shades of Blue Chill #328A85

Tints of Blue Chill #328A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.99%

 BLUE value IS 133 (52.34% from 255) = 41.43%

R = 15.58%
G = 42.99%
B = 41.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#328A85 (or 0x328A85) is known color: Blue Chill. HEX triplet: 32, 8A and 85. RGB value is (50,138,133). Sum of RGB (Red+Green+Blue) = 50+138+133=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #328A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A85 is #CD757A. Grayscale: #6F6F6F. Windows color (decimal): -13464955 or 8751666. OLE color: 8751666.

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

Color convert

RGB 50 138 133 -
CMYK 0.64 0 0.04 0.46
HSL 176.59º 0.47% 0.37% -
HSV(B) 176.59º 0.64% 0.54% -
XYZ 14.64 20.55 25.39 -
YUV 111.12 140.35 84.41 -
System Red Green Blue C M Y K H S L
Decimal 50 138 133 0.64 0 0.04 0.46 176.59 0.47 0.37
Hex 32 8A 85 40 0 4 2E B1 2F 25
Octal 62 212 205 100 0 4 56 261 57 45
Binary 110010 10001010 10000101 1000000 0 100 101110 10110001 101111 100101

Color Harmonies of #328A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A85

Black with #328A85

Text Example


Text Example

White with #328A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,138,133); }

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

background-color css

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

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

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

border-color css

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

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

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