#31445B

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

Shades of Madison #31445B

Tints of Madison #31445B

Color information

#31445B (or 0x31445B) is unknown color: approx Madison. HEX triplet: 31, 44 and 5B. RGB value is (49,68,91). Sum of RGB (Red+Green+Blue) = 49+68+91=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #31445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31445B is #CEBBA4. Grayscale: #404040. Windows color (decimal): -13548453 or 5981233. OLE color: 5981233.

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

Color convert

RGB496891-
CMYK0.460.2500.64
HSL212.86º30%27.45%-
HSV(B)212.86º46.15%35.69%-
XYZ5.225.5410.69-
YUV64.94142.71116.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=23.56%
G=32.69%
B=43.75%

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
Decimal4968910.460.2500.64212.863027.45
Hex31445B2E19040d51e1b
Octal61104133563101003253633
Binary110001100010010110111011101100101000000110101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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