#314051

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

Shades of Madison #314051

Tints of Madison #314051

Color information

#314051 (or 0x314051) is unknown color: approx Madison. HEX triplet: 31, 40 and 51. RGB value is (49,64,81). Sum of RGB (Red+Green+Blue) = 49+64+81=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #314051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314051 is #CEBFAE. Grayscale: #3D3D3D. Windows color (decimal): -13549487 or 5324849. OLE color: 5324849.

HSL color Cylindrical-coordinate representation of color #314051: hue angle of 211.88º 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 #314051 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB496481-
CMYK0.400.2100.68
HSL211.88º24.62%25.49%-
HSV(B)211.88º39.51%31.76%-
XYZ4.594.918.49-
YUV61.45139.03119.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=25.26%
G=32.99%
B=41.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4964810.400.2100.68211.8824.6225.49
Hex3140512815044d41919
Octal61100121502501043243131
Binary110001100000010100011010001010101000100110101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314051; }

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

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

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

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

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

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

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

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