#314158

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

Shades of Madison #314158

Tints of Madison #314158

Color information

#314158 (or 0x314158) is unknown color: approx Madison. HEX triplet: 31, 41 and 58. RGB value is (49,65,88). Sum of RGB (Red+Green+Blue) = 49+65+88=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #314158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314158 is #CEBEA7. Grayscale: #3E3E3E. Windows color (decimal): -13549224 or 5783857. OLE color: 5783857.

HSL color Cylindrical-coordinate representation of color #314158: hue angle of 215.38º 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 #314158 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB496588-
CMYK0.440.2600.65
HSL215.38º28.47%26.86%-
HSV(B)215.38º44.32%34.51%-
XYZ4.925.149.97-
YUV62.84142.2118.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=24.26%
G=32.18%
B=43.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4965880.440.2600.65215.3828.4726.86
Hex3141582C1A041d71c1b
Octal61101130543201013273433
Binary110001100000110110001011001101001000001110101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314158; }

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

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

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

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

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

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

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

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