#31455B

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

Shades of Madison #31455B

Tints of Madison #31455B

Color information

#31455B (or 0x31455B) is unknown color: approx Madison. HEX triplet: 31, 45 and 5B. RGB value is (49,69,91). Sum of RGB (Red+Green+Blue) = 49+69+91=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #31455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31455B is #CEBAA4. Grayscale: #414141. Windows color (decimal): -13548197 or 5981489. OLE color: 5981489.

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

Color convert

RGB496991-
CMYK0.460.2400.64
HSL211.43º30%27.45%-
HSV(B)211.43º46.15%35.69%-
XYZ5.285.6610.71-
YUV65.53142.37116.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=23.44%
G=33.01%
B=43.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4969910.460.2400.64211.433027.45
Hex31455B2E18040d31e1b
Octal61105133563001003233633
Binary110001100010110110111011101100001000000110100111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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