Shades of Payne's Grey #3E4050
Tints of Payne's Grey #3E4050
RGB
CMYK
RGB Variations
Color information
#3E4050 (or 0x3E4050) is known color: Payne's Grey. HEX triplet: 3E, 40 and 50. RGB value is (62,64,80). Sum of RGB (Red+Green+Blue) = 62+64+80=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E4050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4050 is #C1BFAF. Grayscale: #414141. Windows color (decimal): -12697520 or 5259326. OLE color: 5259326.
HSL color Cylindrical-coordinate representation of color #3E4050: hue angle of 233.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4050 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 64 | 80 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.69 |
| HSL | 233.33º | 0.13% | 0.28% | - |
| HSV(B) | 233.33º | 0.23% | 0.31% | - |
| XYZ | 5.27 | 5.27 | 8.33 | - |
| YUV | 65.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 80 | 0.22 | 0.20 | 0 | 0.69 | 233.33 | 0.13 | 0.28 |
| Hex | 3E | 40 | 50 | 16 | 14 | 0 | 45 | E9 | D | 1C |
| Octal | 76 | 100 | 120 | 26 | 24 | 0 | 105 | 351 | 15 | 34 |
| Binary | 111110 | 1000000 | 1010000 | 10110 | 10100 | 0 | 1000101 | 11101001 | 1101 | 11100 |
Color Harmonies of #3E4050
Complementary color
Monochromatic Colors of #3E4050
Black with #3E4050
Text Example
Text Example
White with #3E4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4050; }
p { color: rgb(62,64,80); }
H1.HeaderClassName
{
color: #3E4050;
}
.AnyTagClassName
{
color: #3E4050;
}
</style>
background-color css
<style>
a { background-color: #3E4050; }
a { background-color: rgb(62,64,80); }
div.DivClassName
{
background-color: #3E4050;
}
.BgClassName
{
background-color: #3E4050;
}
</style>
border-color css
<style>
span { border-color: #3E4050; }
span { border-color: rgb(62,64,80); }
td.TdClassName
{
border-color: #3E4050;
}
.TagClassName
{
border-color: #3E4050;
}
</style>