#31425B

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

Shades of Madison #31425B

Tints of Madison #31425B

Color information

#31425B (or 0x31425B) is unknown color: approx Madison. HEX triplet: 31, 42 and 5B. RGB value is (49,66,91). Sum of RGB (Red+Green+Blue) = 49+66+91=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #31425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31425B is #CEBDA4. Grayscale: #3F3F3F. Windows color (decimal): -13548965 or 5980721. OLE color: 5980721.

HSL color Cylindrical-coordinate representation of color #31425B: hue angle of 215.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31425B is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496691-
CMYK0.460.2700.64
HSL215.71º30%27.45%-
HSV(B)215.71º46.15%35.69%-
XYZ5.15.310.65-
YUV63.77143.37117.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=23.79%
G=32.04%
B=44.17%

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
Decimal4966910.460.2700.64215.713027.45
Hex31425B2E1B040d81e1b
Octal61102133563301003303633
Binary110001100001010110111011101101101000000110110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31425B; }

 p { color: rgb(49,66,91); }

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

<style>
 a { background-color: #31425B; }

 a { background-color: rgb(49,66,91); }

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

<style>
 span { border-color: #31425B; }

 span { border-color: rgb(49,66,91); }

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