#314257

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

Shades of Madison #314257

Tints of Madison #314257

Color information

#314257 (or 0x314257) is unknown color: approx Madison. HEX triplet: 31, 42 and 57. RGB value is (49,66,87). Sum of RGB (Red+Green+Blue) = 49+66+87=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #314257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314257 is #CEBDA8. Grayscale: #3F3F3F. Windows color (decimal): -13548969 or 5718577. OLE color: 5718577.

HSL color Cylindrical-coordinate representation of color #314257: hue angle of 213.16º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314257 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB496687-
CMYK0.440.2400.66
HSL213.16º27.94%26.67%-
HSV(B)213.16º43.68%34.12%-
XYZ4.945.249.77-
YUV63.31141.37117.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 87 (34.38% from 255) = 43.07%
R=24.26%
G=32.67%
B=43.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4966870.440.2400.66213.1627.9426.67
Hex3142572C18042d51c1b
Octal61102127543001023253433
Binary110001100001010101111011001100001000010110101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314257; }

 p { color: rgb(49,66,87); }

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

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

 a { background-color: rgb(49,66,87); }

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

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

 span { border-color: rgb(49,66,87); }

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