#314154

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

Shades of Madison #314154

Tints of Madison #314154

Color information

#314154 (or 0x314154) is unknown color: approx Madison. HEX triplet: 31, 41 and 54. RGB value is (49,65,84). Sum of RGB (Red+Green+Blue) = 49+65+84=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #314154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314154 is #CEBEAB. Grayscale: #3E3E3E. Windows color (decimal): -13549228 or 5521713. OLE color: 5521713.

HSL color Cylindrical-coordinate representation of color #314154: hue angle of 212.57º degrees, saturation: 0.26, 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 #314154 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB496584-
CMYK0.420.2300.67
HSL212.57º26.32%26.08%-
HSV(B)212.57º41.67%32.94%-
XYZ4.765.079.12-
YUV62.38140.2118.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=24.75%
G=32.83%
B=42.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4965840.420.2300.67212.5726.3226.08
Hex3141542A17043d51a1a
Octal61101124522701033253232
Binary110001100000110101001010101011101000011110101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314154; }

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

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

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

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

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

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

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

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