Html Css Color HEX #3E404D Payne's Grey

📋 copy color: '#3E404D'

red 62 ◦ green 64 ◦ blue 77

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

Shades of Payne's Grey #3E404D

Tints of Payne's Grey #3E404D

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 value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3E404D (or 0x3E404D) is known color: 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

RGB 62 64 77 -
CMYK 0.19 0.17 0 0.70
HSL 232º 0.11% 0.27% -
HSV(B) 232º 0.19% 0.3% -
XYZ 5.16 5.23 7.76 -
YUV 64.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 62 64 77 0.19 0.17 0 0.70 232 0.11 0.27
Hex 3E 40 4D 13 11 0 46 E8 B 1B
Octal 76 100 115 23 21 0 106 350 13 33
Binary 111110 1000000 1001101 10011 10001 0 1000110 11101000 1011 11011

Color Harmonies of #3E404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E404D

Black with #3E404D

Text Example


Text Example

White with #3E404D

Text Example


Text Example

HTML Codes & Css Web 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>