#313E4E

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

Shades of Madison #313E4E

Tints of Madison #313E4E

Color information

#313E4E (or 0x313E4E) is unknown color: approx Madison. HEX triplet: 31, 3E and 4E. RGB value is (49,62,78). Sum of RGB (Red+Green+Blue) = 49+62+78=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #313E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E4E is #CEC1B1. Grayscale: #3B3B3B. Windows color (decimal): -13550002 or 5127729. OLE color: 5127729.

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

Color convert

RGB496278-
CMYK0.370.2100.69
HSL213.1º22.83%24.9%-
HSV(B)213.1º37.18%30.59%-
XYZ4.364.657.87-
YUV59.94138.19120.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 62 (24.61% from 255) = 32.80%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=25.93%
G=32.80%
B=41.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4962780.370.2100.69213.122.8324.9
Hex313E4E2515045d51719
Octal6176116452501053252731
Binary11000111111010011101001011010101000101110101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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