Html Css Color HEX #328B88 Blue Chill

📋 copy color: '#328B88'

red 50 ◦ green 139 ◦ blue 136

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

Shades of Blue Chill #328B88

Tints of Blue Chill #328B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.77%

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

R = 15.38%
G = 42.77%
B = 41.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#328B88 (or 0x328B88) is known color: Blue Chill. HEX triplet: 32, 8B and 88. RGB value is (50,139,136). Sum of RGB (Red+Green+Blue) = 50+139+136=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 139 - color contains mainly: green. Hex color #328B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B88 is #CD7477. Grayscale: #6F6F6F. Windows color (decimal): -13464696 or 8948530. OLE color: 8948530.

HSL color Cylindrical-coordinate representation of color #328B88: hue angle of 177.98º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B88 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 139 136 -
CMYK 0.64 0 0.02 0.45
HSL 177.98º 0.47% 0.37% -
HSV(B) 177.98º 0.64% 0.55% -
XYZ 14.99 20.92 26.54 -
YUV 112.05 141.51 83.74 -
System Red Green Blue C M Y K H S L
Decimal 50 139 136 0.64 0 0.02 0.45 177.98 0.47 0.37
Hex 32 8B 88 40 0 2 2D B2 2F 25
Octal 62 213 210 100 0 2 55 262 57 45
Binary 110010 10001011 10001000 1000000 0 10 101101 10110010 101111 100101

Color Harmonies of #328B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B88

Black with #328B88

Text Example


Text Example

White with #328B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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