#314053

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

Shades of Madison #314053

Tints of Madison #314053

Color information

#314053 (or 0x314053) is unknown color: approx Madison. HEX triplet: 31, 40 and 53. RGB value is (49,64,83). Sum of RGB (Red+Green+Blue) = 49+64+83=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #314053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314053 is #CEBFAC. Grayscale: #3D3D3D. Windows color (decimal): -13549485 or 5455921. OLE color: 5455921.

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

Color convert

RGB496483-
CMYK0.410.2300.67
HSL213.53º25.76%25.88%-
HSV(B)213.53º40.96%32.55%-
XYZ4.664.948.89-
YUV61.68140.03118.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=25%
G=32.65%
B=42.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4964830.410.2300.67213.5325.7625.88
Hex3140532917043d61a1a
Octal61100123512701033263232
Binary110001100000010100111010011011101000011110101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314053; }

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

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

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

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

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

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

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

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