#3E404D

Color #3E404D Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #3E404D

Tints of Payne's Grey #3E404D

Color information

#3E404D (or 0x3E404D) is unknown color: approx Payne's Grey. HEX triplet: 3E, 40 and 4D. RGB value is (62,64,77). Sum of RGB (Red+Green+Blue) = 62+64+77=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E404D is #C1BFB2. Grayscale: #404040. Windows color (decimal): -12697523 or 5062718. OLE color: 5062718.

HSL color Cylindrical-coordinate representation of color #3E404D: hue angle of 232º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E404D is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB626477-
CMYK0.190.1700.70
HSL232º10.79%27.25%-
HSV(B)232º19.48%30.2%-
XYZ5.165.237.76-
YUV64.88134.84125.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=30.54%
G=31.53%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6264770.190.1700.7023210.7927.25
Hex3E404D1311046e8b1b
Octal76100115232101063501333
Binary1111101000000100110110011100010100011011101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E404D; }

 p { color: rgb(62,64,77); }

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

<style>
 a { background-color: #3E404D; }

 a { background-color: rgb(62,64,77); }

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

<style>
 span { border-color: #3E404D; }

 span { border-color: rgb(62,64,77); }

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