#324253

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

Shades of Madison #324253

Tints of Madison #324253

Color information

#324253 (or 0x324253) is unknown color: approx Madison. HEX triplet: 32, 42 and 53. RGB value is (50,66,83). Sum of RGB (Red+Green+Blue) = 50+66+83=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #324253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324253 is #CDBDAC. Grayscale: #3F3F3F. Windows color (decimal): -13483437 or 5456434. OLE color: 5456434.

HSL color Cylindrical-coordinate representation of color #324253: hue angle of 210.91º 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 #324253 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB506683-
CMYK0.400.2000.67
HSL210.91º24.81%26.08%-
HSV(B)210.91º39.76%32.55%-
XYZ4.825.28.93-
YUV63.15139.2118.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=25.13%
G=33.17%
B=41.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5066830.400.2000.67210.9124.8126.08
Hex3242532814043d3191a
Octal62102123502401033233132
Binary110010100001010100111010001010001000011110100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324253; }

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

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

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

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

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

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

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

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