#314155

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

Shades of Madison #314155

Tints of Madison #314155

Color information

#314155 (or 0x314155) is unknown color: approx Madison. HEX triplet: 31, 41 and 55. RGB value is (49,65,85). Sum of RGB (Red+Green+Blue) = 49+65+85=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #314155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314155 is #CEBEAA. Grayscale: #3E3E3E. Windows color (decimal): -13549227 or 5587249. OLE color: 5587249.

HSL color Cylindrical-coordinate representation of color #314155: hue angle of 213.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314155 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB496585-
CMYK0.420.2400.67
HSL213.33º26.87%26.27%-
HSV(B)213.33º42.35%33.33%-
XYZ4.85.099.32-
YUV62.5140.7118.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=24.62%
G=32.66%
B=42.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4965850.420.2400.67213.3326.8726.27
Hex3141552A18043d51b1a
Octal61101125523001033253332
Binary110001100000110101011010101100001000011110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314155; }

 p { color: rgb(49,65,85); }

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

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

 a { background-color: rgb(49,65,85); }

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

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

 span { border-color: rgb(49,65,85); }

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