#31435D

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

Shades of Madison #31435D

Tints of Madison #31435D

Color information

#31435D (or 0x31435D) is unknown color: approx Madison. HEX triplet: 31, 43 and 5D. RGB value is (49,67,93). Sum of RGB (Red+Green+Blue) = 49+67+93=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #31435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31435D is #CEBCA2. Grayscale: #404040. Windows color (decimal): -13548707 or 6112049. OLE color: 6112049.

HSL color Cylindrical-coordinate representation of color #31435D: hue angle of 215.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #31435D is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB496793-
CMYK0.470.2800.64
HSL215.45º30.99%27.84%-
HSV(B)215.45º47.31%36.47%-
XYZ5.255.4611.13-
YUV64.58144.04116.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=23.44%
G=32.06%
B=44.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4967930.470.2800.64215.4530.9927.84
Hex31435D2F1C040d71f1c
Octal61103135573401003273734
Binary110001100001110111011011111110001000000110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31435D; }

 p { color: rgb(49,67,93); }

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

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

 a { background-color: rgb(49,67,93); }

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

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

 span { border-color: rgb(49,67,93); }

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