#314457

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

Shades of Madison #314457

Tints of Madison #314457

Color information

#314457 (or 0x314457) is unknown color: approx Madison. HEX triplet: 31, 44 and 57. RGB value is (49,68,87). Sum of RGB (Red+Green+Blue) = 49+68+87=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #314457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314457 is #CEBBA8. Grayscale: #404040. Windows color (decimal): -13548457 or 5719089. OLE color: 5719089.

HSL color Cylindrical-coordinate representation of color #314457: hue angle of 210º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314457 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB496887-
CMYK0.440.2200.66
HSL210º27.94%26.67%-
HSV(B)210º43.68%34.12%-
XYZ5.055.489.81-
YUV64.48140.71116.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.02%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=24.02%
G=33.33%
B=42.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4968870.440.2200.6621027.9426.67
Hex3144572C16042d21c1b
Octal61104127542601023223433
Binary110001100010010101111011001011001000010110100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314457; }

 p { color: rgb(49,68,87); }

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

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

 a { background-color: rgb(49,68,87); }

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

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

 span { border-color: rgb(49,68,87); }

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