#32455D

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

Shades of Madison #32455D

Tints of Madison #32455D

Color information

#32455D (or 0x32455D) is unknown color: approx Madison. HEX triplet: 32, 45 and 5D. RGB value is (50,69,93). Sum of RGB (Red+Green+Blue) = 50+69+93=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #32455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455D is #CDBAA2. Grayscale: #414141. Windows color (decimal): -13482659 or 6112562. OLE color: 6112562.

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

Color convert

RGB506993-
CMYK0.460.2600.64
HSL213.49º30.07%28.04%-
HSV(B)213.49º46.24%36.47%-
XYZ5.425.7211.18-
YUV66.06143.21116.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=23.58%
G=32.55%
B=43.87%

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
Decimal5069930.460.2600.64213.4930.0728.04
Hex32455D2E1A040d51e1c
Octal62105135563201003253634
Binary110010100010110111011011101101001000000110101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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