#314356

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

Shades of Madison #314356

Tints of Madison #314356

Color information

#314356 (or 0x314356) is unknown color: approx Madison. HEX triplet: 31, 43 and 56. RGB value is (49,67,86). Sum of RGB (Red+Green+Blue) = 49+67+86=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #314356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314356 is #CEBCA9. Grayscale: #3F3F3F. Windows color (decimal): -13548714 or 5653297. OLE color: 5653297.

HSL color Cylindrical-coordinate representation of color #314356: hue angle of 210.81º 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 #314356 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB496786-
CMYK0.430.2200.66
HSL210.81º27.41%26.47%-
HSV(B)210.81º43.02%33.73%-
XYZ4.955.349.57-
YUV63.78140.54117.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 67 (26.56% from 255) = 33.17%
BLUE value IS 86 (33.98% from 255) = 42.57%
R=24.26%
G=33.17%
B=42.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4967860.430.2200.66210.8127.4126.47
Hex3143562B16042d31b1a
Octal61103126532601023233332
Binary110001100001110101101010111011001000010110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314356; }

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

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

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

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

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

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

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

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