#32455A

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

Shades of Madison #32455A

Tints of Madison #32455A

Color information

#32455A (or 0x32455A) is unknown color: approx Madison. HEX triplet: 32, 45 and 5A. RGB value is (50,69,90). Sum of RGB (Red+Green+Blue) = 50+69+90=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #32455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455A is #CDBAA5. Grayscale: #414141. Windows color (decimal): -13482662 or 5915954. OLE color: 5915954.

HSL color Cylindrical-coordinate representation of color #32455A: hue angle of 211.5º 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 #32455A is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB506990-
CMYK0.440.2300.65
HSL211.5º28.57%27.45%-
HSV(B)211.5º44.44%35.29%-
XYZ5.295.6710.49-
YUV65.71141.71116.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=23.92%
G=33.01%
B=43.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5069900.440.2300.65211.528.5727.45
Hex32455A2C17041d41d1b
Octal62105132542701013243533
Binary110010100010110110101011001011101000001110101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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