Shades of Payne's Grey #3E3C54
Tints of Payne's Grey #3E3C54
RGB
CMYK
RGB Variations
Color information
#3E3C54 (or 0x3E3C54) is known color: Payne's Grey. HEX triplet: 3E, 3C and 54. RGB value is (62,60,84). Sum of RGB (Red+Green+Blue) = 62+60+84=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 84 - color contains mainly: blue. Hex color #3E3C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C54 is #C1C3AB. Grayscale: #3F3F3F. Windows color (decimal): -12698540 or 5520446. OLE color: 5520446.
HSL color Cylindrical-coordinate representation of color #3E3C54: 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 #3E3C54 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 60 | 84 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.67 |
| HSL | 245º | 0.17% | 0.28% | - |
| HSV(B) | 245º | 0.29% | 0.33% | - |
| XYZ | 5.2 | 4.9 | 9.06 | - |
| YUV | 63.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 84 | 0.26 | 0.29 | 0 | 0.67 | 245 | 0.17 | 0.28 |
| Hex | 3E | 3C | 54 | 1A | 1D | 0 | 43 | F5 | 11 | 1C |
| Octal | 76 | 74 | 124 | 32 | 35 | 0 | 103 | 365 | 21 | 34 |
| Binary | 111110 | 111100 | 1010100 | 11010 | 11101 | 0 | 1000011 | 11110101 | 10001 | 11100 |
Color Harmonies of #3E3C54
Complementary color
Monochromatic Colors of #3E3C54
Black with #3E3C54
Text Example
Text Example
White with #3E3C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C54; }
p { color: rgb(62,60,84); }
H1.HeaderClassName
{
color: #3E3C54;
}
.AnyTagClassName
{
color: #3E3C54;
}
</style>
background-color css
<style>
a { background-color: #3E3C54; }
a { background-color: rgb(62,60,84); }
div.DivClassName
{
background-color: #3E3C54;
}
.BgClassName
{
background-color: #3E3C54;
}
</style>
border-color css
<style>
span { border-color: #3E3C54; }
span { border-color: rgb(62,60,84); }
td.TdClassName
{
border-color: #3E3C54;
}
.TagClassName
{
border-color: #3E3C54;
}
</style>