Html Css Color HEX #328B8D Blue Chill

📋 copy color: '#328B8D'

red 50 ◦ green 139 ◦ blue 141

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

Shades of Blue Chill #328B8D

Tints of Blue Chill #328B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 15.15%
G = 42.12%
B = 42.73%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#328B8D (or 0x328B8D) is known color: Blue Chill. HEX triplet: 32, 8B and 8D. RGB value is (50,139,141). Sum of RGB (Red+Green+Blue) = 50+139+141=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #328B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B8D is #CD7472. Grayscale: #707070. Windows color (decimal): -13464691 or 9276210. OLE color: 9276210.

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

Color convert

RGB 50 139 141 -
CMYK 0.65 0.01 0 0.45
HSL 181.32º 0.48% 0.37% -
HSV(B) 181.32º 0.65% 0.55% -
XYZ 15.36 21.07 28.46 -
YUV 112.62 144.01 83.34 -
System Red Green Blue C M Y K H S L
Decimal 50 139 141 0.65 0.01 0 0.45 181.32 0.48 0.37
Hex 32 8B 8D 41 1 0 2D B5 30 25
Octal 62 213 215 101 1 0 55 265 60 45
Binary 110010 10001011 10001101 1000001 1 0 101101 10110101 110000 100101

Color Harmonies of #328B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328B8D

Black with #328B8D

Text Example


Text Example

White with #328B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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