#313E4D

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

Shades of Madison #313E4D

Tints of Madison #313E4D

Color information

#313E4D (or 0x313E4D) is unknown color: approx Madison. HEX triplet: 31, 3E and 4D. RGB value is (49,62,77). Sum of RGB (Red+Green+Blue) = 49+62+77=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #313E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E4D is #CEC1B2. Grayscale: #3B3B3B. Windows color (decimal): -13550003 or 5062193. OLE color: 5062193.

HSL color Cylindrical-coordinate representation of color #313E4D: hue angle of 212.14º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #313E4D is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB496277-
CMYK0.360.1900.70
HSL212.14º22.22%24.71%-
HSV(B)212.14º36.36%30.2%-
XYZ4.334.637.69-
YUV59.82137.69120.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=26.06%
G=32.98%
B=40.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4962770.360.1900.70212.1422.2224.71
Hex313E4D2413046d41619
Octal6176115442301063242631
Binary11000111111010011011001001001101000110110101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,62,77); }

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

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

 a { background-color: rgb(49,62,77); }

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

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

 span { border-color: rgb(49,62,77); }

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