#313F51

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

Shades of Madison #313F51

Tints of Madison #313F51

Color information

#313F51 (or 0x313F51) is unknown color: approx Madison. HEX triplet: 31, 3F and 51. RGB value is (49,63,81). Sum of RGB (Red+Green+Blue) = 49+63+81=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #313F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F51 is #CEC0AE. Grayscale: #3C3C3C. Windows color (decimal): -13549743 or 5324593. OLE color: 5324593.

HSL color Cylindrical-coordinate representation of color #313F51: hue angle of 213.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313F51 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB496381-
CMYK0.400.2200.68
HSL213.75º24.62%25.49%-
HSV(B)213.75º39.51%31.76%-
XYZ4.534.88.47-
YUV60.87139.36119.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.39%
GREEN value IS 63 (25% from 255) = 32.64%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=25.39%
G=32.64%
B=41.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4963810.400.2200.68213.7524.6225.49
Hex313F512816044d61919
Octal6177121502601043263131
Binary11000111111110100011010001011001000100110101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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