#32455C

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

Shades of Madison #32455C

Tints of Madison #32455C

Color information

#32455C (or 0x32455C) is unknown color: approx Madison. HEX triplet: 32, 45 and 5C. RGB value is (50,69,92). Sum of RGB (Red+Green+Blue) = 50+69+92=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #32455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455C is #CDBAA3. Grayscale: #414141. Windows color (decimal): -13482660 or 6047026. OLE color: 6047026.

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

Color convert

RGB506992-
CMYK0.460.2500.64
HSL212.86º29.58%27.84%-
HSV(B)212.86º45.65%36.08%-
XYZ5.385.7110.94-
YUV65.94142.71116.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=23.70%
G=32.70%
B=43.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5069920.460.2500.64212.8629.5827.84
Hex32455C2E19040d51e1c
Octal62105134563101003253634
Binary110010100010110111001011101100101000000110101011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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