Html Css Color HEX #328588 Blue Chill

📋 copy color: '#328588'

red 50 ◦ green 133 ◦ blue 136

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

Shades of Blue Chill #328588

Tints of Blue Chill #328588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.69%

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

R = 15.67%
G = 41.69%
B = 42.63%

CMYK

 C value IS 0.63

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#328588 (or 0x328588) is known color: Blue Chill. HEX triplet: 32, 85 and 88. RGB value is (50,133,136). Sum of RGB (Red+Green+Blue) = 50+133+136=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #328588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328588 is #CD7A77. Grayscale: #6C6C6C. Windows color (decimal): -13466232 or 8946994. OLE color: 8946994.

HSL color Cylindrical-coordinate representation of color #328588: hue angle of 182.09º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328588 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 133 136 -
CMYK 0.63 0.02 0 0.47
HSL 182.09º 0.46% 0.36% -
HSV(B) 182.09º 0.63% 0.53% -
XYZ 14.15 19.23 26.26 -
YUV 108.53 143.5 86.26 -
System Red Green Blue C M Y K H S L
Decimal 50 133 136 0.63 0.02 0 0.47 182.09 0.46 0.36
Hex 32 85 88 3F 2 0 2F B6 2E 24
Octal 62 205 210 77 2 0 57 266 56 44
Binary 110010 10000101 10001000 111111 10 0 101111 10110110 101110 100100

Color Harmonies of #328588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328588

Black with #328588

Text Example


Text Example

White with #328588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328588; }

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

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

background-color css

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

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

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

border-color css

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

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

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