#324152

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

Shades of Madison #324152

Tints of Madison #324152

Color information

#324152 (or 0x324152) is unknown color: approx Madison. HEX triplet: 32, 41 and 52. RGB value is (50,65,82). Sum of RGB (Red+Green+Blue) = 50+65+82=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #324152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324152 is #CDBEAD. Grayscale: #3E3E3E. Windows color (decimal): -13483694 or 5390642. OLE color: 5390642.

HSL color Cylindrical-coordinate representation of color #324152: hue angle of 211.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #324152 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB506582-
CMYK0.390.2100.68
HSL211.88º24.24%25.88%-
HSV(B)211.88º39.02%32.16%-
XYZ4.735.078.71-
YUV62.45139.03119.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=25.38%
G=32.99%
B=41.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5065820.390.2100.68211.8824.2425.88
Hex3241522715044d4181a
Octal62101122472501043243032
Binary110010100000110100101001111010101000100110101001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324152; }

 p { color: rgb(50,65,82); }

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

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

 a { background-color: rgb(50,65,82); }

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

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

 span { border-color: rgb(50,65,82); }

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