Html Css Color HEX #328689 Blue Chill

📋 copy color: '#328689'

red 50 ◦ green 134 ◦ blue 137

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

Shades of Blue Chill #328689

Tints of Blue Chill #328689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 15.58%
G = 41.74%
B = 42.68%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#328689 (or 0x328689) is known color: Blue Chill. HEX triplet: 32, 86 and 89. RGB value is (50,134,137). Sum of RGB (Red+Green+Blue) = 50+134+137=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #328689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328689 is #CD7976. Grayscale: #6D6D6D. Windows color (decimal): -13465975 or 9012786. OLE color: 9012786.

HSL color Cylindrical-coordinate representation of color #328689: hue angle of 182.07º 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 #328689 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 134 137 -
CMYK 0.64 0.02 0 0.46
HSL 182.07º 0.47% 0.37% -
HSV(B) 182.07º 0.64% 0.54% -
XYZ 14.36 19.53 26.68 -
YUV 109.23 143.67 85.76 -
System Red Green Blue C M Y K H S L
Decimal 50 134 137 0.64 0.02 0 0.46 182.07 0.47 0.37
Hex 32 86 89 40 2 0 2E B6 2F 25
Octal 62 206 211 100 2 0 56 266 57 45
Binary 110010 10000110 10001001 1000000 10 0 101110 10110110 101111 100101

Color Harmonies of #328689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328689

Black with #328689

Text Example


Text Example

White with #328689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328689; }

 p { color: rgb(50,134,137); }

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

background-color css

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

 a { background-color: rgb(50,134,137); }

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

border-color css

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

 span { border-color: rgb(50,134,137); }

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