Shades of Payne's Grey #3D3E51
Tints of Payne's Grey #3D3E51
RGB
CMYK
RGB Variations
Color information
#3D3E51 (or 0x3D3E51) is known color: 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
| RGB | 61 | 62 | 81 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.68 |
| HSL | 237º | 0.14% | 0.28% | - |
| HSV(B) | 237º | 0.25% | 0.32% | - |
| XYZ | 5.13 | 5.03 | 8.49 | - |
| YUV | 63.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 81 | 0.25 | 0.23 | 0 | 0.68 | 237 | 0.14 | 0.28 |
| Hex | 3D | 3E | 51 | 19 | 17 | 0 | 44 | ED | E | 1C |
| Octal | 75 | 76 | 121 | 31 | 27 | 0 | 104 | 355 | 16 | 34 |
| Binary | 111101 | 111110 | 1010001 | 11001 | 10111 | 0 | 1000100 | 11101101 | 1110 | 11100 |
Color Harmonies of #3D3E51
Complementary color
Monochromatic Colors of #3D3E51
Black with #3D3E51
Text Example
Text Example
White with #3D3E51
Text Example
Text Example
HTML Codes & Css Web 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>