#314159

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

Shades of Madison #314159

Tints of Madison #314159

Color information

#314159 (or 0x314159) is unknown color: approx Madison. HEX triplet: 31, 41 and 59. RGB value is (49,65,89). Sum of RGB (Red+Green+Blue) = 49+65+89=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #314159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314159 is #CEBEA6. Grayscale: #3E3E3E. Windows color (decimal): -13549223 or 5849393. OLE color: 5849393.

HSL color Cylindrical-coordinate representation of color #314159: hue angle of 216º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314159 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB496589-
CMYK0.450.2700.65
HSL216º28.99%27.06%-
HSV(B)216º44.94%34.9%-
XYZ4.965.1510.18-
YUV62.95142.7118.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=24.14%
G=32.02%
B=43.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4965890.450.2700.6521628.9927.06
Hex3141592D1B041d81d1b
Octal61101131553301013303533
Binary110001100000110110011011011101101000001110110001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314159; }

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

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

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

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

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

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

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

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