Shades of Payne's Grey #3D3D53
Tints of Payne's Grey #3D3D53
RGB
CMYK
RGB Variations
Color information
#3D3D53 (or 0x3D3D53) is known color: Payne's Grey. HEX triplet: 3D, 3D and 53. RGB value is (61,61,83). Sum of RGB (Red+Green+Blue) = 61+61+83=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D3D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3D53 is #C2C2AC. Grayscale: #3F3F3F. Windows color (decimal): -12763821 or 5455165. OLE color: 5455165.
HSL color Cylindrical-coordinate representation of color #3D3D53: hue angle of 240º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D3D53 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 61 | 83 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.67 |
| HSL | 240º | 0.15% | 0.28% | - |
| HSV(B) | 240º | 0.27% | 0.33% | - |
| XYZ | 5.15 | 4.95 | 8.87 | - |
| YUV | 63.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 61 | 83 | 0.27 | 0.27 | 0 | 0.67 | 240 | 0.15 | 0.28 |
| Hex | 3D | 3D | 53 | 1B | 1B | 0 | 43 | F0 | F | 1C |
| Octal | 75 | 75 | 123 | 33 | 33 | 0 | 103 | 360 | 17 | 34 |
| Binary | 111101 | 111101 | 1010011 | 11011 | 11011 | 0 | 1000011 | 11110000 | 1111 | 11100 |
Color Harmonies of #3D3D53
Complementary color
Monochromatic Colors of #3D3D53
Black with #3D3D53
Text Example
Text Example
White with #3D3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3D53; }
p { color: rgb(61,61,83); }
H1.HeaderClassName
{
color: #3D3D53;
}
.AnyTagClassName
{
color: #3D3D53;
}
</style>
background-color css
<style>
a { background-color: #3D3D53; }
a { background-color: rgb(61,61,83); }
div.DivClassName
{
background-color: #3D3D53;
}
.BgClassName
{
background-color: #3D3D53;
}
</style>
border-color css
<style>
span { border-color: #3D3D53; }
span { border-color: rgb(61,61,83); }
td.TdClassName
{
border-color: #3D3D53;
}
.TagClassName
{
border-color: #3D3D53;
}
</style>