#324052

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

Shades of Madison #324052

Tints of Madison #324052

Color information

#324052 (or 0x324052) is unknown color: approx Madison. HEX triplet: 32, 40 and 52. RGB value is (50,64,82). Sum of RGB (Red+Green+Blue) = 50+64+82=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #324052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324052 is #CDBFAD. Grayscale: #3D3D3D. Windows color (decimal): -13483950 or 5390386. OLE color: 5390386.

HSL color Cylindrical-coordinate representation of color #324052: hue angle of 213.75º 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 #324052 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB506482-
CMYK0.390.2200.68
HSL213.75º24.24%25.88%-
HSV(B)213.75º39.02%32.16%-
XYZ4.674.958.69-
YUV61.87139.36119.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=25.51%
G=32.65%
B=41.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5064820.390.2200.68213.7524.2425.88
Hex3240522716044d6181a
Octal62100122472601043263032
Binary110010100000010100101001111011001000100110101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324052; }

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

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

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

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

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

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

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

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