Html Css Color HEX #328A83 Blue Chill

📋 copy color: '#328A83'

red 50 ◦ green 138 ◦ blue 131

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

Shades of Blue Chill #328A83

Tints of Blue Chill #328A83

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 15.67%
G = 43.26%
B = 41.07%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#328A83 (or 0x328A83) is known color: Blue Chill. HEX triplet: 32, 8A and 83. RGB value is (50,138,131). Sum of RGB (Red+Green+Blue) = 50+138+131=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #328A83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A83 is #CD757C. Grayscale: #6E6E6E. Windows color (decimal): -13464957 or 8620594. OLE color: 8620594.

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

Color convert

RGB 50 138 131 -
CMYK 0.64 0 0.05 0.46
HSL 175.23º 0.47% 0.37% -
HSV(B) 175.23º 0.64% 0.54% -
XYZ 14.5 20.49 24.66 -
YUV 110.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 50 138 131 0.64 0 0.05 0.46 175.23 0.47 0.37
Hex 32 8A 83 40 0 5 2E AF 2F 25
Octal 62 212 203 100 0 5 56 257 57 45
Binary 110010 10001010 10000011 1000000 0 101 101110 10101111 101111 100101

Color Harmonies of #328A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A83

Black with #328A83

Text Example


Text Example

White with #328A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,138,131); }

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

background-color css

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

 a { background-color: rgb(50,138,131); }

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

border-color css

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

 span { border-color: rgb(50,138,131); }

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