Shades of Payne's Grey #3E3C52
Tints of Payne's Grey #3E3C52
RGB
CMYK
RGB Variations
Color information
#3E3C52 (or 0x3E3C52) is known color: Payne's Grey. HEX triplet: 3E, 3C and 52. RGB value is (62,60,82). Sum of RGB (Red+Green+Blue) = 62+60+82=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E3C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C52 is #C1C3AD. Grayscale: #3F3F3F. Windows color (decimal): -12698542 or 5389374. OLE color: 5389374.
HSL color Cylindrical-coordinate representation of color #3E3C52: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E3C52 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 62 | 60 | 82 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.68 |
| HSL | 245.45º | 0.15% | 0.28% | - |
| HSV(B) | 245.45º | 0.27% | 0.32% | - |
| XYZ | 5.13 | 4.87 | 8.65 | - |
| YUV | 63.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 82 | 0.24 | 0.27 | 0 | 0.68 | 245.45 | 0.15 | 0.28 |
| Hex | 3E | 3C | 52 | 18 | 1B | 0 | 44 | F5 | F | 1C |
| Octal | 76 | 74 | 122 | 30 | 33 | 0 | 104 | 365 | 17 | 34 |
| Binary | 111110 | 111100 | 1010010 | 11000 | 11011 | 0 | 1000100 | 11110101 | 1111 | 11100 |
Color Harmonies of #3E3C52
Complementary color
Monochromatic Colors of #3E3C52
Black with #3E3C52
Text Example
Text Example
White with #3E3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C52; }
p { color: rgb(62,60,82); }
H1.HeaderClassName
{
color: #3E3C52;
}
.AnyTagClassName
{
color: #3E3C52;
}
</style>
background-color css
<style>
a { background-color: #3E3C52; }
a { background-color: rgb(62,60,82); }
div.DivClassName
{
background-color: #3E3C52;
}
.BgClassName
{
background-color: #3E3C52;
}
</style>
border-color css
<style>
span { border-color: #3E3C52; }
span { border-color: rgb(62,60,82); }
td.TdClassName
{
border-color: #3E3C52;
}
.TagClassName
{
border-color: #3E3C52;
}
</style>