#314258

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

Shades of Madison #314258

Tints of Madison #314258

Color information

#314258 (or 0x314258) is unknown color: approx Madison. HEX triplet: 31, 42 and 58. RGB value is (49,66,88). Sum of RGB (Red+Green+Blue) = 49+66+88=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #314258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314258 is #CEBDA7. Grayscale: #3F3F3F. Windows color (decimal): -13548968 or 5784113. OLE color: 5784113.

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

Color convert

RGB496688-
CMYK0.440.2500.65
HSL213.85º28.47%26.86%-
HSV(B)213.85º44.32%34.51%-
XYZ4.985.259.98-
YUV63.42141.87117.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=24.14%
G=32.51%
B=43.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4966880.440.2500.65213.8528.4726.86
Hex3142582C19041d61c1b
Octal61102130543101013263433
Binary110001100001010110001011001100101000001110101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314258; }

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

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

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

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

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

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

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

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