#2E3B4D

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

Shades of Madison #2E3B4D

Tints of Madison #2E3B4D

Color information

#2E3B4D (or 0x2E3B4D) is unknown color: approx Madison. HEX triplet: 2E, 3B and 4D. RGB value is (46,59,77). Sum of RGB (Red+Green+Blue) = 46+59+77=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E3B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3B4D is #D1C4B2. Grayscale: #393939. Windows color (decimal): -13747379 or 5061422. OLE color: 5061422.

HSL color Cylindrical-coordinate representation of color #2E3B4D: hue angle of 214.84º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E3B4D is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB465977-
CMYK0.400.2300.70
HSL214.84º25.2%24.12%-
HSV(B)214.84º40.26%30.2%-
XYZ4.034.247.63-
YUV57.16139.19120.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 77 (30.47% from 255) = 42.31%
R=25.27%
G=32.42%
B=42.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4659770.400.2300.70214.8425.224.12
Hex2E3B4D2817046d71918
Octal5673115502701063273130
Binary10111011101110011011010001011101000110110101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3B4D; }

 p { color: rgb(46,59,77); }

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

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

 a { background-color: rgb(46,59,77); }

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

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

 span { border-color: rgb(46,59,77); }

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