#324254

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

Shades of Madison #324254

Tints of Madison #324254

Color information

#324254 (or 0x324254) is unknown color: approx Madison. HEX triplet: 32, 42 and 54. RGB value is (50,66,84). Sum of RGB (Red+Green+Blue) = 50+66+84=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 84 (33.20% from 255 or 42% from 200); Max value from RGB is 84 - color contains mainly: blue. Hex color #324254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324254 is #CDBDAB. Grayscale: #3F3F3F. Windows color (decimal): -13483436 or 5521970. OLE color: 5521970.

HSL color Cylindrical-coordinate representation of color #324254: hue angle of 211.76º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #324254 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB506684-
CMYK0.400.2100.67
HSL211.76º25.37%26.27%-
HSV(B)211.76º40.48%32.94%-
XYZ4.865.219.14-
YUV63.27139.7118.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 84 (33.20% from 255) = 42%
R=25%
G=33%
B=42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5066840.400.2100.67211.7625.3726.27
Hex3242542815043d4191a
Octal62102124502501033243132
Binary110010100001010101001010001010101000011110101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324254; }

 p { color: rgb(50,66,84); }

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

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

 a { background-color: rgb(50,66,84); }

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

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

 span { border-color: rgb(50,66,84); }

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