#32425A

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

Shades of Madison #32425A

Tints of Madison #32425A

Color information

#32425A (or 0x32425A) is unknown color: approx Madison. HEX triplet: 32, 42 and 5A. RGB value is (50,66,90). Sum of RGB (Red+Green+Blue) = 50+66+90=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #32425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425A is #CDBDA5. Grayscale: #3F3F3F. Windows color (decimal): -13483430 or 5915186. OLE color: 5915186.

HSL color Cylindrical-coordinate representation of color #32425A: hue angle of 216º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32425A is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB506690-
CMYK0.440.2700.65
HSL216º28.57%27.45%-
HSV(B)216º44.44%35.29%-
XYZ5.115.3110.43-
YUV63.95142.7118.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=24.27%
G=32.04%
B=43.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5066900.440.2700.6521628.5727.45
Hex32425A2C1B041d81d1b
Octal62102132543301013303533
Binary110010100001010110101011001101101000001110110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32425A; }

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

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

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

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

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

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

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

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