#3D3F56

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

Shades of Payne's Grey #3D3F56

Tints of Payne's Grey #3D3F56

Color information

#3D3F56 (or 0x3D3F56) is unknown color: approx Payne's Grey. HEX triplet: 3D, 3F and 56. RGB value is (61,63,86). Sum of RGB (Red+Green+Blue) = 61+63+86=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #3D3F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3F56 is #C2C0A9. Grayscale: #404040. Windows color (decimal): -12763306 or 5652285. OLE color: 5652285.

HSL color Cylindrical-coordinate representation of color #3D3F56: hue angle of 235.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D3F56 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB616386-
CMYK0.290.2700.66
HSL235.2º17.01%28.82%-
HSV(B)235.2º29.07%33.73%-
XYZ5.385.229.53-
YUV65.02139.84125.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.05%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 86 (33.98% from 255) = 40.95%
R=29.05%
G=30%
B=40.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6163860.290.2700.66235.217.0128.82
Hex3D3F561D1B042eb111d
Octal7577126353301023532135
Binary1111011111111010110111011101101000010111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,63,86); }

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

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

 a { background-color: rgb(61,63,86); }

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

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

 span { border-color: rgb(61,63,86); }

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