#32445D

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

Shades of Madison #32445D

Tints of Madison #32445D

Color information

#32445D (or 0x32445D) is unknown color: approx Madison. HEX triplet: 32, 44 and 5D. RGB value is (50,68,93). Sum of RGB (Red+Green+Blue) = 50+68+93=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #32445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32445D is #CDBBA2. Grayscale: #414141. Windows color (decimal): -13482915 or 6112306. OLE color: 6112306.

HSL color Cylindrical-coordinate representation of color #32445D: hue angle of 214.88º 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 #32445D is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB506893-
CMYK0.460.2700.64
HSL214.88º30.07%28.04%-
HSV(B)214.88º46.24%36.47%-
XYZ5.365.611.15-
YUV65.47143.54116.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=23.70%
G=32.23%
B=44.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5068930.460.2700.64214.8830.0728.04
Hex32445D2E1B040d71e1c
Octal62104135563301003273634
Binary110010100010010111011011101101101000000110101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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