#314152

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

Shades of Madison #314152

Tints of Madison #314152

Color information

#314152 (or 0x314152) is unknown color: approx Madison. HEX triplet: 31, 41 and 52. RGB value is (49,65,82). Sum of RGB (Red+Green+Blue) = 49+65+82=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #314152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314152 is #CEBEAD. Grayscale: #3E3E3E. Windows color (decimal): -13549230 or 5390641. OLE color: 5390641.

HSL color Cylindrical-coordinate representation of color #314152: hue angle of 210.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314152 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB496582-
CMYK0.400.2100.68
HSL210.91º25.19%25.69%-
HSV(B)210.91º40.24%32.16%-
XYZ4.685.048.71-
YUV62.15139.2118.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=25%
G=33.16%
B=41.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4965820.400.2100.68210.9125.1925.69
Hex3141522815044d3191a
Octal61101122502501043233132
Binary110001100000110100101010001010101000100110100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314152; }

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

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

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

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

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

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

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

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