Shades of Payne's Grey #3D3A53
Tints of Payne's Grey #3D3A53
RGB
CMYK
RGB Variations
Color information
#3D3A53 (or 0x3D3A53) is known color: Payne's Grey. HEX triplet: 3D, 3A and 53. RGB value is (61,58,83). Sum of RGB (Red+Green+Blue) = 61+58+83=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D3A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3A53 is #C2C5AC. Grayscale: #3D3D3D. Windows color (decimal): -12764589 or 5454397. OLE color: 5454397.
HSL color Cylindrical-coordinate representation of color #3D3A53: hue angle of 247.2º degrees, saturation: 0.18, 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 #3D3A53 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 58 | 83 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.67 |
| HSL | 247.2º | 0.18% | 0.28% | - |
| HSV(B) | 247.2º | 0.3% | 0.33% | - |
| XYZ | 5 | 4.64 | 8.82 | - |
| YUV | 61.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 58 | 83 | 0.27 | 0.30 | 0 | 0.67 | 247.2 | 0.18 | 0.28 |
| Hex | 3D | 3A | 53 | 1B | 1E | 0 | 43 | F7 | 12 | 1C |
| Octal | 75 | 72 | 123 | 33 | 36 | 0 | 103 | 367 | 22 | 34 |
| Binary | 111101 | 111010 | 1010011 | 11011 | 11110 | 0 | 1000011 | 11110111 | 10010 | 11100 |
Color Harmonies of #3D3A53
Complementary color
Monochromatic Colors of #3D3A53
Black with #3D3A53
Text Example
Text Example
White with #3D3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3A53; }
p { color: rgb(61,58,83); }
H1.HeaderClassName
{
color: #3D3A53;
}
.AnyTagClassName
{
color: #3D3A53;
}
</style>
background-color css
<style>
a { background-color: #3D3A53; }
a { background-color: rgb(61,58,83); }
div.DivClassName
{
background-color: #3D3A53;
}
.BgClassName
{
background-color: #3D3A53;
}
</style>
border-color css
<style>
span { border-color: #3D3A53; }
span { border-color: rgb(61,58,83); }
td.TdClassName
{
border-color: #3D3A53;
}
.TagClassName
{
border-color: #3D3A53;
}
</style>