#314259

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

Shades of Madison #314259

Tints of Madison #314259

Color information

#314259 (or 0x314259) is unknown color: approx Madison. HEX triplet: 31, 42 and 59. RGB value is (49,66,89). Sum of RGB (Red+Green+Blue) = 49+66+89=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #314259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314259 is #CEBDA6. Grayscale: #3F3F3F. Windows color (decimal): -13548967 or 5849649. OLE color: 5849649.

HSL color Cylindrical-coordinate representation of color #314259: hue angle of 214.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314259 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB496689-
CMYK0.450.2600.65
HSL214.5º28.99%27.06%-
HSV(B)214.5º44.94%34.9%-
XYZ5.025.2710.2-
YUV63.54142.37117.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=24.02%
G=32.35%
B=43.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4966890.450.2600.65214.528.9927.06
Hex3142592D1A041d61d1b
Octal61102131553201013263533
Binary110001100001010110011011011101001000001110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314259; }

 p { color: rgb(49,66,89); }

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

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

 a { background-color: rgb(49,66,89); }

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

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

 span { border-color: rgb(49,66,89); }

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