Html Css Color HEX #328790 Blue Chill

📋 copy color: '#328790'

red 50 ◦ green 135 ◦ blue 144

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

Shades of Blue Chill #328790

Tints of Blue Chill #328790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.03%

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

R = 15.2%
G = 41.03%
B = 43.77%

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

#328790 (or 0x328790) is known color: Blue Chill. HEX triplet: 32, 87 and 90. RGB value is (50,135,144). Sum of RGB (Red+Green+Blue) = 50+135+144=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #328790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328790 is #CD786F. Grayscale: #6E6E6E. Windows color (decimal): -13465712 or 9471794. OLE color: 9471794.

HSL color Cylindrical-coordinate representation of color #328790: hue angle of 185.74º 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 #328790 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 135 144 -
CMYK 0.65 0.06 0 0.44
HSL 185.74º 0.48% 0.38% -
HSV(B) 185.74º 0.65% 0.56% -
XYZ 15.01 20.02 29.46 -
YUV 110.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 50 135 144 0.65 0.06 0 0.44 185.74 0.48 0.38
Hex 32 87 90 41 6 0 2C BA 30 26
Octal 62 207 220 101 6 0 54 272 60 46
Binary 110010 10000111 10010000 1000001 110 0 101100 10111010 110000 100110

Color Harmonies of #328790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328790

Black with #328790

Text Example


Text Example

White with #328790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328790; }

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

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

background-color css

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

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

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

border-color css

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

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

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