Shades of Payne's Grey #3D3E52
Tints of Payne's Grey #3D3E52
RGB
CMYK
RGB Variations
Color information
#3D3E52 (or 0x3D3E52) is known color: Payne's Grey. HEX triplet: 3D, 3E and 52. RGB value is (61,62,82). Sum of RGB (Red+Green+Blue) = 61+62+82=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 82 - color contains mainly: blue. Hex color #3D3E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3E52 is #C2C1AD. Grayscale: #3F3F3F. Windows color (decimal): -12763566 or 5389885. OLE color: 5389885.
HSL color Cylindrical-coordinate representation of color #3D3E52: hue angle of 237.14º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3D3E52 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 62 | 82 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.68 |
| HSL | 237.14º | 0.15% | 0.28% | - |
| HSV(B) | 237.14º | 0.26% | 0.32% | - |
| XYZ | 5.17 | 5.05 | 8.68 | - |
| YUV | 63.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 82 | 0.26 | 0.24 | 0 | 0.68 | 237.14 | 0.15 | 0.28 |
| Hex | 3D | 3E | 52 | 1A | 18 | 0 | 44 | ED | F | 1C |
| Octal | 75 | 76 | 122 | 32 | 30 | 0 | 104 | 355 | 17 | 34 |
| Binary | 111101 | 111110 | 1010010 | 11010 | 11000 | 0 | 1000100 | 11101101 | 1111 | 11100 |
Color Harmonies of #3D3E52
Complementary color
Monochromatic Colors of #3D3E52
Black with #3D3E52
Text Example
Text Example
White with #3D3E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E52; }
p { color: rgb(61,62,82); }
H1.HeaderClassName
{
color: #3D3E52;
}
.AnyTagClassName
{
color: #3D3E52;
}
</style>
background-color css
<style>
a { background-color: #3D3E52; }
a { background-color: rgb(61,62,82); }
div.DivClassName
{
background-color: #3D3E52;
}
.BgClassName
{
background-color: #3D3E52;
}
</style>
border-color css
<style>
span { border-color: #3D3E52; }
span { border-color: rgb(61,62,82); }
td.TdClassName
{
border-color: #3D3E52;
}
.TagClassName
{
border-color: #3D3E52;
}
</style>