#3D3E51

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

Shades of Payne's Grey #3D3E51

Tints of Payne's Grey #3D3E51

Color information

#3D3E51 (or 0x3D3E51) is unknown color: approx Payne's Grey. HEX triplet: 3D, 3E and 51. RGB value is (61,62,81). Sum of RGB (Red+Green+Blue) = 61+62+81=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D3E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3E51 is #C2C1AE. Grayscale: #3F3F3F. Windows color (decimal): -12763567 or 5324349. OLE color: 5324349.

HSL color Cylindrical-coordinate representation of color #3D3E51: hue angle of 237º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D3E51 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB616281-
CMYK0.250.2300.68
HSL237º14.08%27.84%-
HSV(B)237º24.69%31.76%-
XYZ5.135.038.49-
YUV63.87137.67125.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=29.90%
G=30.39%
B=39.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6162810.250.2300.6823714.0827.84
Hex3D3E511917044ede1c
Octal7576121312701043551634
Binary111101111110101000111001101110100010011101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,62,81); }

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

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

 a { background-color: rgb(61,62,81); }

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

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

 span { border-color: rgb(61,62,81); }

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