#2E3E4F

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

Shades of Madison #2E3E4F

Tints of Madison #2E3E4F

Color information

#2E3E4F (or 0x2E3E4F) is unknown color: approx Madison. HEX triplet: 2E, 3E and 4F. RGB value is (46,62,79). Sum of RGB (Red+Green+Blue) = 46+62+79=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 62 (24.61% from 255 or 33.16% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E3E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3E4F is #D1C1B0. Grayscale: #3B3B3B. Windows color (decimal): -13746609 or 5193262. OLE color: 5193262.

HSL color Cylindrical-coordinate representation of color #2E3E4F: hue angle of 210.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E3E4F is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB466279-
CMYK0.420.2200.69
HSL210.91º26.4%24.51%-
HSV(B)210.91º41.77%30.98%-
XYZ4.264.598.06-
YUV59.15139.2118.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 62 (24.61% from 255) = 33.16%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=24.60%
G=33.16%
B=42.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4662790.420.2200.69210.9126.424.51
Hex2E3E4F2A16045d31a19
Octal5676117522601053233231
Binary10111011111010011111010101011001000101110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,62,79); }

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

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

 a { background-color: rgb(46,62,79); }

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

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

 span { border-color: rgb(46,62,79); }

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