#32435A

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

Shades of Madison #32435A

Tints of Madison #32435A

Color information

#32435A (or 0x32435A) is unknown color: approx Madison. HEX triplet: 32, 43 and 5A. RGB value is (50,67,90). Sum of RGB (Red+Green+Blue) = 50+67+90=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #32435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32435A is #CDBCA5. Grayscale: #404040. Windows color (decimal): -13483174 or 5915442. OLE color: 5915442.

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

Color convert

RGB506790-
CMYK0.440.2600.65
HSL214.5º28.57%27.45%-
HSV(B)214.5º44.44%35.29%-
XYZ5.175.4310.45-
YUV64.54142.37117.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=24.15%
G=32.37%
B=43.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5067900.440.2600.65214.528.5727.45
Hex32435A2C1A041d61d1b
Octal62103132543201013263533
Binary110010100001110110101011001101001000001110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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