Shades of Payne's Grey #3F3E54
Tints of Payne's Grey #3F3E54
RGB
CMYK
RGB Variations
Color information
#3F3E54 (or 0x3F3E54) is known color: Payne's Grey. HEX triplet: 3F, 3E and 54. RGB value is (63,62,84). Sum of RGB (Red+Green+Blue) = 63+62+84=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F3E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3E54 is #C0C1AB. Grayscale: #404040. Windows color (decimal): -12632492 or 5520959. OLE color: 5520959.
HSL color Cylindrical-coordinate representation of color #3F3E54: hue angle of 242.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F3E54 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 62 | 84 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.67 |
| HSL | 242.73º | 0.15% | 0.29% | - |
| HSV(B) | 242.73º | 0.26% | 0.33% | - |
| XYZ | 5.37 | 5.14 | 9.1 | - |
| YUV | 64.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 84 | 0.25 | 0.26 | 0 | 0.67 | 242.73 | 0.15 | 0.29 |
| Hex | 3F | 3E | 54 | 19 | 1A | 0 | 43 | F3 | F | 1D |
| Octal | 77 | 76 | 124 | 31 | 32 | 0 | 103 | 363 | 17 | 35 |
| Binary | 111111 | 111110 | 1010100 | 11001 | 11010 | 0 | 1000011 | 11110011 | 1111 | 11101 |
Color Harmonies of #3F3E54
Complementary color
Monochromatic Colors of #3F3E54
Black with #3F3E54
Text Example
Text Example
White with #3F3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E54; }
p { color: rgb(63,62,84); }
H1.HeaderClassName
{
color: #3F3E54;
}
.AnyTagClassName
{
color: #3F3E54;
}
</style>
background-color css
<style>
a { background-color: #3F3E54; }
a { background-color: rgb(63,62,84); }
div.DivClassName
{
background-color: #3F3E54;
}
.BgClassName
{
background-color: #3F3E54;
}
</style>
border-color css
<style>
span { border-color: #3F3E54; }
span { border-color: rgb(63,62,84); }
td.TdClassName
{
border-color: #3F3E54;
}
.TagClassName
{
border-color: #3F3E54;
}
</style>