Html Css Color HEX #2E4051 Madison

📋 copy color: '#2E4051'

red 46 ◦ green 64 ◦ blue 81

#2E4051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madison #2E4051

Tints of Madison #2E4051

RGB

 RED value IS 46 (18.36% from 255) = 24.08%

 GREEN value IS 64 (25.39% from 255) = 33.51%

 BLUE value IS 81 (32.03% from 255) = 42.41%

R = 24.08%
G = 33.51%
B = 42.41%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2E4051 (or 0x2E4051) is known color: Madison. HEX triplet: 2E, 40 and 51. RGB value is (46,64,81). Sum of RGB (Red+Green+Blue) = 46+64+81=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E4051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4051 is #D1BFAE. Grayscale: #3C3C3C. Windows color (decimal): -13746095 or 5324846. OLE color: 5324846.

HSL color Cylindrical-coordinate representation of color #2E4051: hue angle of 209.14º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4051 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 64 81 -
CMYK 0.43 0.21 0 0.68
HSL 209.14º 0.28% 0.25% -
HSV(B) 209.14º 0.43% 0.32% -
XYZ 4.45 4.84 8.48 -
YUV 60.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 46 64 81 0.43 0.21 0 0.68 209.14 0.28 0.25
Hex 2E 40 51 2B 15 0 44 D1 1C 19
Octal 56 100 121 53 25 0 104 321 34 31
Binary 101110 1000000 1010001 101011 10101 0 1000100 11010001 11100 11001

Color Harmonies of #2E4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4051

Black with #2E4051

Text Example


Text Example

White with #2E4051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,64,81); }

 H1.HeaderClassName
 {
   color: #2E4051;
 }
 .AnyTagClassName
 {
   color: #2E4051;
 }
</style>

background-color css

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

 a { background-color: rgb(46,64,81); }

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

border-color css

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

 span { border-color: rgb(46,64,81); }

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