Html Css Color HEX #328C8B Blue Chill

📋 copy color: '#328C8B'

red 50 ◦ green 140 ◦ blue 139

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

Shades of Blue Chill #328C8B

Tints of Blue Chill #328C8B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.55%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 15.2%
G = 42.55%
B = 42.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#328C8B (or 0x328C8B) is known color: Blue Chill. HEX triplet: 32, 8C and 8B. RGB value is (50,140,139). Sum of RGB (Red+Green+Blue) = 50+140+139=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 140 - color contains mainly: green. Hex color #328C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328C8B is #CD7374. Grayscale: #707070. Windows color (decimal): -13464437 or 9145394. OLE color: 9145394.

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

Color convert

RGB 50 140 139 -
CMYK 0.64 0 0.01 0.45
HSL 179.33º 0.47% 0.37% -
HSV(B) 179.33º 0.64% 0.55% -
XYZ 15.35 21.3 27.73 -
YUV 112.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 50 140 139 0.64 0 0.01 0.45 179.33 0.47 0.37
Hex 32 8C 8B 40 0 1 2D B3 2F 25
Octal 62 214 213 100 0 1 55 263 57 45
Binary 110010 10001100 10001011 1000000 0 1 101101 10110011 101111 100101

Color Harmonies of #328C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328C8B

Black with #328C8B

Text Example


Text Example

White with #328C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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