#32445C

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

Shades of Madison #32445C

Tints of Madison #32445C

Color information

#32445C (or 0x32445C) is unknown color: approx Madison. HEX triplet: 32, 44 and 5C. RGB value is (50,68,92). Sum of RGB (Red+Green+Blue) = 50+68+92=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #32445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32445C is #CDBBA3. Grayscale: #414141. Windows color (decimal): -13482916 or 6046770. OLE color: 6046770.

HSL color Cylindrical-coordinate representation of color #32445C: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32445C is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506892-
CMYK0.460.2600.64
HSL214.29º29.58%27.84%-
HSV(B)214.29º45.65%36.08%-
XYZ5.315.5910.92-
YUV65.35143.04117.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=23.81%
G=32.38%
B=43.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5068920.460.2600.64214.2929.5827.84
Hex32445C2E1A040d61e1c
Octal62104134563201003263634
Binary110010100010010111001011101101001000000110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32445C; }

 p { color: rgb(50,68,92); }

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

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

 a { background-color: rgb(50,68,92); }

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

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

 span { border-color: rgb(50,68,92); }

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