#3D3B54

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

Shades of Payne's Grey #3D3B54

Tints of Payne's Grey #3D3B54

Color information

#3D3B54 (or 0x3D3B54) is unknown color: approx Payne's Grey. HEX triplet: 3D, 3B and 54. RGB value is (61,59,84). Sum of RGB (Red+Green+Blue) = 61+59+84=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #3D3B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3B54 is #C2C4AB. Grayscale: #3E3E3E. Windows color (decimal): -12764332 or 5520189. OLE color: 5520189.

HSL color Cylindrical-coordinate representation of color #3D3B54: hue angle of 244.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D3B54 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB615984-
CMYK0.270.3000.67
HSL244.8º17.48%28.04%-
HSV(B)244.8º29.76%32.94%-
XYZ5.094.769.04-
YUV62.45140.16126.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=29.90%
G=28.92%
B=41.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6159840.270.3000.67244.817.4828.04
Hex3D3B541B1E043f5111c
Octal7573124333601033652134
Binary1111011110111010100110111111001000011111101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,59,84); }

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

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

 a { background-color: rgb(61,59,84); }

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

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

 span { border-color: rgb(61,59,84); }

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