#3E3C4D

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

Shades of Payne's Grey #3E3C4D

Tints of Payne's Grey #3E3C4D

Color information

#3E3C4D (or 0x3E3C4D) is unknown color: approx Payne's Grey. HEX triplet: 3E, 3C and 4D. RGB value is (62,60,77). Sum of RGB (Red+Green+Blue) = 62+60+77=199 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.16% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E3C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C4D is #C1C3B2. Grayscale: #3E3E3E. Windows color (decimal): -12698547 or 5061694. OLE color: 5061694.

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

Color convert

RGB626077-
CMYK0.190.2200.70
HSL247.06º12.41%26.86%-
HSV(B)247.06º22.08%30.2%-
XYZ4.944.797.69-
YUV62.54136.16127.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.16%
GREEN value IS 60 (23.83% from 255) = 30.15%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=31.16%
G=30.15%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6260770.190.2200.70247.0612.4126.86
Hex3E3C4D1316046f7c1b
Octal7674115232601063671433
Binary111110111100100110110011101100100011011110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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