Shades of Payne's Grey #3F4055
Tints of Payne's Grey #3F4055
RGB
CMYK
RGB Variations
Color information
#3F4055 (or 0x3F4055) is known color: Payne's Grey. HEX triplet: 3F, 40 and 55. RGB value is (63,64,85). Sum of RGB (Red+Green+Blue) = 63+64+85=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4055 is #C0BFAA. Grayscale: #424242. Windows color (decimal): -12631979 or 5587007. OLE color: 5587007.
HSL color Cylindrical-coordinate representation of color #3F4055: hue angle of 237.27º 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 #3F4055 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 64 | 85 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.67 |
| HSL | 237.27º | 0.15% | 0.29% | - |
| HSV(B) | 237.27º | 0.26% | 0.33% | - |
| XYZ | 5.52 | 5.38 | 9.34 | - |
| YUV | 66.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 85 | 0.26 | 0.25 | 0 | 0.67 | 237.27 | 0.15 | 0.29 |
| Hex | 3F | 40 | 55 | 1A | 19 | 0 | 43 | ED | F | 1D |
| Octal | 77 | 100 | 125 | 32 | 31 | 0 | 103 | 355 | 17 | 35 |
| Binary | 111111 | 1000000 | 1010101 | 11010 | 11001 | 0 | 1000011 | 11101101 | 1111 | 11101 |
Color Harmonies of #3F4055
Complementary color
Monochromatic Colors of #3F4055
Black with #3F4055
Text Example
Text Example
White with #3F4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4055; }
p { color: rgb(63,64,85); }
H1.HeaderClassName
{
color: #3F4055;
}
.AnyTagClassName
{
color: #3F4055;
}
</style>
background-color css
<style>
a { background-color: #3F4055; }
a { background-color: rgb(63,64,85); }
div.DivClassName
{
background-color: #3F4055;
}
.BgClassName
{
background-color: #3F4055;
}
</style>
border-color css
<style>
span { border-color: #3F4055; }
span { border-color: rgb(63,64,85); }
td.TdClassName
{
border-color: #3F4055;
}
.TagClassName
{
border-color: #3F4055;
}
</style>