#314056

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

Shades of Madison #314056

Tints of Madison #314056

Color information

#314056 (or 0x314056) is unknown color: approx Madison. HEX triplet: 31, 40 and 56. RGB value is (49,64,86). Sum of RGB (Red+Green+Blue) = 49+64+86=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 86 (33.98% from 255 or 43.22% from 199); Max value from RGB is 86 - color contains mainly: blue. Hex color #314056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314056 is #CEBFA9. Grayscale: #3D3D3D. Windows color (decimal): -13549482 or 5652529. OLE color: 5652529.

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

Color convert

RGB496486-
CMYK0.430.2600.66
HSL215.68º27.41%26.47%-
HSV(B)215.68º43.02%33.73%-
XYZ4.784.999.52-
YUV62.02141.53118.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 86 (33.98% from 255) = 43.22%
R=24.62%
G=32.16%
B=43.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4964860.430.2600.66215.6827.4126.47
Hex3140562B1A042d81b1a
Octal61100126533201023303332
Binary110001100000010101101010111101001000010110110001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314056; }

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

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

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

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

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

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

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

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