Html Css Color HEX #328991 Blue Chill

📋 copy color: '#328991'

red 50 ◦ green 137 ◦ blue 145

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

Shades of Blue Chill #328991

Tints of Blue Chill #328991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 15.06%
G = 41.27%
B = 43.67%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#328991 (or 0x328991) is known color: Blue Chill. HEX triplet: 32, 89 and 91. RGB value is (50,137,145). Sum of RGB (Red+Green+Blue) = 50+137+145=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #328991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328991 is #CD766E. Grayscale: #6F6F6F. Windows color (decimal): -13465199 or 9537842. OLE color: 9537842.

HSL color Cylindrical-coordinate representation of color #328991: hue angle of 185.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328991 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 137 145 -
CMYK 0.66 0.06 0 0.43
HSL 185.05º 0.49% 0.38% -
HSV(B) 185.05º 0.66% 0.57% -
XYZ 15.37 20.61 29.96 -
YUV 111.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 50 137 145 0.66 0.06 0 0.43 185.05 0.49 0.38
Hex 32 89 91 42 6 0 2B B9 31 26
Octal 62 211 221 102 6 0 53 271 61 46
Binary 110010 10001001 10010001 1000010 110 0 101011 10111001 110001 100110

Color Harmonies of #328991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328991

Black with #328991

Text Example


Text Example

White with #328991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328991; }

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

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

background-color css

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

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

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

border-color css

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

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

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