#3D3C57

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

Shades of Payne's Grey #3D3C57

Tints of Payne's Grey #3D3C57

Color information

#3D3C57 (or 0x3D3C57) is unknown color: approx Payne's Grey. HEX triplet: 3D, 3C and 57. RGB value is (61,60,87). Sum of RGB (Red+Green+Blue) = 61+60+87=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D3C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C57 is #C2C3A8. Grayscale: #3F3F3F. Windows color (decimal): -12764073 or 5717053. OLE color: 5717053.

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

Color convert

RGB616087-
CMYK0.300.3100.66
HSL242.22º18.37%28.82%-
HSV(B)242.22º31.03%34.12%-
XYZ5.264.919.69-
YUV63.38141.33126.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.33%
GREEN value IS 60 (23.83% from 255) = 28.85%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=29.33%
G=28.85%
B=41.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6160870.300.3100.66242.2218.3728.82
Hex3D3C571E1F042f2121d
Octal7574127363701023622235
Binary1111011111001010111111101111101000010111100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,87); }

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

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

 a { background-color: rgb(61,60,87); }

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

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

 span { border-color: rgb(61,60,87); }

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