Html Css Color HEX #328A7D Elm

📋 copy color: '#328A7D'

red 50 ◦ green 138 ◦ blue 125

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

Shades of Elm #328A7D

Tints of Elm #328A7D

RGB

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

 GREEN value IS 138 (54.3% 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 value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#328A7D (or 0x328A7D) is known color: 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

RGB 50 138 125 -
CMYK 0.64 0 0.09 0.46
HSL 171.14º 0.47% 0.37% -
HSV(B) 171.14º 0.64% 0.54% -
XYZ 14.11 20.34 22.58 -
YUV 110.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 50 138 125 0.64 0 0.09 0.46 171.14 0.47 0.37
Hex 32 8A 7D 40 0 9 2E AB 2F 25
Octal 62 212 175 100 0 11 56 253 57 45
Binary 110010 10001010 1111101 1000000 0 1001 101110 10101011 101111 100101

Color Harmonies of #328A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328A7D

Black with #328A7D

Text Example


Text Example

White with #328A7D

Text Example


Text Example

HTML Codes & Css Web 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>