Shades of Payne's Grey #3E3F57
Tints of Payne's Grey #3E3F57
RGB
CMYK
RGB Variations
Color information
#3E3F57 (or 0x3E3F57) is known color: Payne's Grey. HEX triplet: 3E, 3F and 57. RGB value is (62,63,87). Sum of RGB (Red+Green+Blue) = 62+63+87=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E3F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3F57 is #C1C0A8. Grayscale: #414141. Windows color (decimal): -12697769 or 5717822. OLE color: 5717822.
HSL color Cylindrical-coordinate representation of color #3E3F57: hue angle of 237.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E3F57 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 63 | 87 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.66 |
| HSL | 237.6º | 0.17% | 0.29% | - |
| HSV(B) | 237.6º | 0.29% | 0.34% | - |
| XYZ | 5.48 | 5.27 | 9.74 | - |
| YUV | 65.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 87 | 0.29 | 0.28 | 0 | 0.66 | 237.6 | 0.17 | 0.29 |
| Hex | 3E | 3F | 57 | 1D | 1C | 0 | 42 | EE | 11 | 1D |
| Octal | 76 | 77 | 127 | 35 | 34 | 0 | 102 | 356 | 21 | 35 |
| Binary | 111110 | 111111 | 1010111 | 11101 | 11100 | 0 | 1000010 | 11101110 | 10001 | 11101 |
Color Harmonies of #3E3F57
Complementary color
Monochromatic Colors of #3E3F57
Black with #3E3F57
Text Example
Text Example
White with #3E3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F57; }
p { color: rgb(62,63,87); }
H1.HeaderClassName
{
color: #3E3F57;
}
.AnyTagClassName
{
color: #3E3F57;
}
</style>
background-color css
<style>
a { background-color: #3E3F57; }
a { background-color: rgb(62,63,87); }
div.DivClassName
{
background-color: #3E3F57;
}
.BgClassName
{
background-color: #3E3F57;
}
</style>
border-color css
<style>
span { border-color: #3E3F57; }
span { border-color: rgb(62,63,87); }
td.TdClassName
{
border-color: #3E3F57;
}
.TagClassName
{
border-color: #3E3F57;
}
</style>