Html Css Color HEX #2E3F50 Madison

📋 copy color: '#2E3F50'

red 46 ◦ green 63 ◦ blue 80

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

Shades of Madison #2E3F50

Tints of Madison #2E3F50

RGB

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

 GREEN value IS 63 (25% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 42.33%

R = 24.34%
G = 33.33%
B = 42.33%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2E3F50 (or 0x2E3F50) is known color: Madison. HEX triplet: 2E, 3F and 50. RGB value is (46,63,80). Sum of RGB (Red+Green+Blue) = 46+63+80=189 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.34% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #2E3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3F50 is #D1C0AF. Grayscale: #3B3B3B. Windows color (decimal): -13746352 or 5259054. OLE color: 5259054.

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

Color convert

RGB 46 63 80 -
CMYK 0.42 0.21 0 0.69
HSL 210º 0.27% 0.25% -
HSV(B) 210º 0.43% 0.31% -
XYZ 4.35 4.72 8.27 -
YUV 59.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 46 63 80 0.42 0.21 0 0.69 210 0.27 0.25
Hex 2E 3F 50 2A 15 0 45 D2 1B 19
Octal 56 77 120 52 25 0 105 322 33 31
Binary 101110 111111 1010000 101010 10101 0 1000101 11010010 11011 11001

Color Harmonies of #2E3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F50

Black with #2E3F50

Text Example


Text Example

White with #2E3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,80); }

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

background-color css

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

 a { background-color: rgb(46,63,80); }

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

border-color css

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

 span { border-color: rgb(46,63,80); }

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