Html Css Color HEX #2E4255 Madison

📋 copy color: '#2E4255'

red 46 ◦ green 66 ◦ blue 85

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

Shades of Madison #2E4255

Tints of Madison #2E4255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 23.35%
G = 33.5%
B = 43.15%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2E4255 (or 0x2E4255) is known color: Madison. HEX triplet: 2E, 42 and 55. RGB value is (46,66,85). Sum of RGB (Red+Green+Blue) = 46+66+85=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E4255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4255 is #D1BDAA. Grayscale: #3E3E3E. Windows color (decimal): -13745579 or 5587502. OLE color: 5587502.

HSL color Cylindrical-coordinate representation of color #2E4255: hue angle of 209.23º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E4255 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 66 85 -
CMYK 0.46 0.22 0 0.67
HSL 209.23º 0.3% 0.26% -
HSV(B) 209.23º 0.46% 0.33% -
XYZ 4.71 5.13 9.34 -
YUV 62.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 46 66 85 0.46 0.22 0 0.67 209.23 0.3 0.26
Hex 2E 42 55 2E 16 0 43 D1 1E 1A
Octal 56 102 125 56 26 0 103 321 36 32
Binary 101110 1000010 1010101 101110 10110 0 1000011 11010001 11110 11010

Color Harmonies of #2E4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4255

Black with #2E4255

Text Example


Text Example

White with #2E4255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,66,85); }

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

background-color css

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

 a { background-color: rgb(46,66,85); }

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

border-color css

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

 span { border-color: rgb(46,66,85); }

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