#324050

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

Shades of Madison #324050

Tints of Madison #324050

Color information

#324050 (or 0x324050) is unknown color: approx Madison. HEX triplet: 32, 40 and 50. RGB value is (50,64,80). Sum of RGB (Red+Green+Blue) = 50+64+80=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #324050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324050 is #CDBFAF. Grayscale: #3D3D3D. Windows color (decimal): -13483952 or 5259314. OLE color: 5259314.

HSL color Cylindrical-coordinate representation of color #324050: hue angle of 212º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324050 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB506480-
CMYK0.370.2000.69
HSL212º23.08%25.49%-
HSV(B)212º37.5%31.37%-
XYZ4.64.928.3-
YUV61.64138.36119.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=25.77%
G=32.99%
B=41.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5064800.370.2000.6921223.0825.49
Hex3240502514045d41719
Octal62100120452401053242731
Binary110010100000010100001001011010001000101110101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324050; }

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

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

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

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

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

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

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

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