#324053

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

Shades of Madison #324053

Tints of Madison #324053

Color information

#324053 (or 0x324053) is unknown color: approx Madison. HEX triplet: 32, 40 and 53. RGB value is (50,64,83). Sum of RGB (Red+Green+Blue) = 50+64+83=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #324053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324053 is #CDBFAC. Grayscale: #3D3D3D. Windows color (decimal): -13483949 or 5455922. OLE color: 5455922.

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

Color convert

RGB506483-
CMYK0.400.2300.67
HSL214.55º24.81%26.08%-
HSV(B)214.55º39.76%32.55%-
XYZ4.714.978.89-
YUV61.98139.86119.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=25.38%
G=32.49%
B=42.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5064830.400.2300.67214.5524.8126.08
Hex3240532817043d7191a
Octal62100123502701033273132
Binary110010100000010100111010001011101000011110101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324053; }

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

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

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

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

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

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

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

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