#313F50

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

Shades of Madison #313F50

Tints of Madison #313F50

Color information

#313F50 (or 0x313F50) is unknown color: approx Madison. HEX triplet: 31, 3F and 50. RGB value is (49,63,80). Sum of RGB (Red+Green+Blue) = 49+63+80=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #313F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F50 is #CEC0AF. Grayscale: #3C3C3C. Windows color (decimal): -13549744 or 5259057. OLE color: 5259057.

HSL color Cylindrical-coordinate representation of color #313F50: hue angle of 212.9º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313F50 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB496380-
CMYK0.390.2100.69
HSL212.9º24.03%25.29%-
HSV(B)212.9º38.75%31.37%-
XYZ4.494.798.28-
YUV60.75138.86119.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 63 (25% from 255) = 32.81%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=25.52%
G=32.81%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4963800.390.2100.69212.924.0325.29
Hex313F502715045d51819
Octal6177120472501053253031
Binary11000111111110100001001111010101000101110101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313F50; }

 p { color: rgb(49,63,80); }

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

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

 a { background-color: rgb(49,63,80); }

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

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

 span { border-color: rgb(49,63,80); }

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