Html Css Color HEX #328890 Blue Chill

📋 copy color: '#328890'

red 50 ◦ green 136 ◦ blue 144

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

Shades of Blue Chill #328890

Tints of Blue Chill #328890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.21%

 BLUE value IS 144 (56.64% from 255) = 43.64%

R = 15.15%
G = 41.21%
B = 43.64%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#328890 (or 0x328890) is known color: Blue Chill. HEX triplet: 32, 88 and 90. RGB value is (50,136,144). Sum of RGB (Red+Green+Blue) = 50+136+144=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 136 (53.52% from 255 or 41.21% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #328890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328890 is #CD776F. Grayscale: #6F6F6F. Windows color (decimal): -13465456 or 9472050. OLE color: 9472050.

HSL color Cylindrical-coordinate representation of color #328890: hue angle of 185.11º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328890 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 136 144 -
CMYK 0.65 0.06 0 0.44
HSL 185.11º 0.48% 0.38% -
HSV(B) 185.11º 0.65% 0.56% -
XYZ 15.15 20.3 29.51 -
YUV 111.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 50 136 144 0.65 0.06 0 0.44 185.11 0.48 0.38
Hex 32 88 90 41 6 0 2C B9 30 26
Octal 62 210 220 101 6 0 54 271 60 46
Binary 110010 10001000 10010000 1000001 110 0 101100 10111001 110000 100110

Color Harmonies of #328890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328890

Black with #328890

Text Example


Text Example

White with #328890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328890; }

 p { color: rgb(50,136,144); }

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

background-color css

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

 a { background-color: rgb(50,136,144); }

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

border-color css

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

 span { border-color: rgb(50,136,144); }

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