#328A7D

Color #328A7D Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #328A7D

Tints of Elm #328A7D

Color information

#328A7D (or 0x328A7D) is unknown color: approx Elm. HEX triplet: 32, 8A and 7D. RGB value is (50,138,125). Sum of RGB (Red+Green+Blue) = 50+138+125=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #328A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328A7D is #CD7582. Grayscale: #6E6E6E. Windows color (decimal): -13464963 or 8227378. OLE color: 8227378.

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

Color convert

RGB50138125-
CMYK0.6400.090.46
HSL171.14º46.81%36.86%-
HSV(B)171.14º63.77%54.12%-
XYZ14.1120.3422.58-
YUV110.21136.3585.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.97%
GREEN value IS 138 (54.30% from 255) = 44.09%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=15.97%
G=44.09%
B=39.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal501381250.6400.090.46171.1446.8136.86
Hex328A7D40092Eab2f25
Octal62212175100011562535745
Binary11001010001010111110110000000100110111010101011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #328A7D;
 }
 .AnyTagClassName
 {
   color: #328A7D;
 }
</style>
background-color css

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

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

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

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

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

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