Html Css Color HEX #328988 Blue Chill

📋 copy color: '#328988'

red 50 ◦ green 137 ◦ blue 136

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

Shades of Blue Chill #328988

Tints of Blue Chill #328988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 15.48%
G = 42.41%
B = 42.11%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#328988 (or 0x328988) is known color: Blue Chill. HEX triplet: 32, 89 and 88. RGB value is (50,137,136). Sum of RGB (Red+Green+Blue) = 50+137+136=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 137 - color contains mainly: green. Hex color #328988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328988 is #CD7677. Grayscale: #6E6E6E. Windows color (decimal): -13465208 or 8948018. OLE color: 8948018.

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

Color convert

RGB 50 137 136 -
CMYK 0.64 0 0.01 0.46
HSL 179.31º 0.47% 0.37% -
HSV(B) 179.31º 0.64% 0.54% -
XYZ 14.7 20.35 26.44 -
YUV 110.87 142.18 84.58 -
System Red Green Blue C M Y K H S L
Decimal 50 137 136 0.64 0 0.01 0.46 179.31 0.47 0.37
Hex 32 89 88 40 0 1 2E B3 2F 25
Octal 62 211 210 100 0 1 56 263 57 45
Binary 110010 10001001 10001000 1000000 0 1 101110 10110011 101111 100101

Color Harmonies of #328988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328988

Black with #328988

Text Example


Text Example

White with #328988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328988; }

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

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

background-color css

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

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

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

border-color css

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

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

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