#31415B

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

Shades of Madison #31415B

Tints of Madison #31415B

Color information

#31415B (or 0x31415B) is unknown color: approx Madison. HEX triplet: 31, 41 and 5B. RGB value is (49,65,91). Sum of RGB (Red+Green+Blue) = 49+65+91=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #31415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31415B is #CEBEA4. Grayscale: #3F3F3F. Windows color (decimal): -13549221 or 5980465. OLE color: 5980465.

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

Color convert

RGB496591-
CMYK0.460.2900.64
HSL217.14º30%27.45%-
HSV(B)217.14º46.15%35.69%-
XYZ5.055.1910.63-
YUV63.18143.7117.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=23.90%
G=31.71%
B=44.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4965910.460.2900.64217.143027.45
Hex31415B2E1D040d91e1b
Octal61101133563501003313633
Binary110001100000110110111011101110101000000110110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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