Shades of Payne's Grey #3D3B53
Tints of Payne's Grey #3D3B53
RGB
CMYK
RGB Variations
Color information
#3D3B53 (or 0x3D3B53) is known color: Payne's Grey. HEX triplet: 3D, 3B and 53. RGB value is (61,59,83). Sum of RGB (Red+Green+Blue) = 61+59+83=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 59 (23.44% from 255 or 29.06% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: blue. Hex color #3D3B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3B53 is #C2C4AC. Grayscale: #3E3E3E. Windows color (decimal): -12764333 or 5454653. OLE color: 5454653.
HSL color Cylindrical-coordinate representation of color #3D3B53: hue angle of 245º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D3B53 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 59 | 83 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.67 |
| HSL | 245º | 0.17% | 0.28% | - |
| HSV(B) | 245º | 0.29% | 0.33% | - |
| XYZ | 5.05 | 4.74 | 8.83 | - |
| YUV | 62.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 59 | 83 | 0.27 | 0.29 | 0 | 0.67 | 245 | 0.17 | 0.28 |
| Hex | 3D | 3B | 53 | 1B | 1D | 0 | 43 | F5 | 11 | 1C |
| Octal | 75 | 73 | 123 | 33 | 35 | 0 | 103 | 365 | 21 | 34 |
| Binary | 111101 | 111011 | 1010011 | 11011 | 11101 | 0 | 1000011 | 11110101 | 10001 | 11100 |
Color Harmonies of #3D3B53
Complementary color
Monochromatic Colors of #3D3B53
Black with #3D3B53
Text Example
Text Example
White with #3D3B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3B53; }
p { color: rgb(61,59,83); }
H1.HeaderClassName
{
color: #3D3B53;
}
.AnyTagClassName
{
color: #3D3B53;
}
</style>
background-color css
<style>
a { background-color: #3D3B53; }
a { background-color: rgb(61,59,83); }
div.DivClassName
{
background-color: #3D3B53;
}
.BgClassName
{
background-color: #3D3B53;
}
</style>
border-color css
<style>
span { border-color: #3D3B53; }
span { border-color: rgb(61,59,83); }
td.TdClassName
{
border-color: #3D3B53;
}
.TagClassName
{
border-color: #3D3B53;
}
</style>