#313F53

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

Shades of Madison #313F53

Tints of Madison #313F53

Color information

#313F53 (or 0x313F53) is unknown color: approx Madison. HEX triplet: 31, 3F and 53. RGB value is (49,63,83). Sum of RGB (Red+Green+Blue) = 49+63+83=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #313F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F53 is #CEC0AC. Grayscale: #3C3C3C. Windows color (decimal): -13549741 or 5455665. OLE color: 5455665.

HSL color Cylindrical-coordinate representation of color #313F53: hue angle of 215.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313F53 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB496383-
CMYK0.410.2400.67
HSL215.29º25.76%25.88%-
HSV(B)215.29º40.96%32.55%-
XYZ4.614.838.87-
YUV61.09140.36119.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 63 (25% from 255) = 32.31%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=25.13%
G=32.31%
B=42.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4963830.410.2400.67215.2925.7625.88
Hex313F532918043d71a1a
Octal6177123513001033273232
Binary11000111111110100111010011100001000011110101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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