Shades of Payne's Grey #3F4155
Tints of Payne's Grey #3F4155
RGB
CMYK
RGB Variations
Color information
#3F4155 (or 0x3F4155) is known color: Payne's Grey. HEX triplet: 3F, 41 and 55. RGB value is (63,65,85). Sum of RGB (Red+Green+Blue) = 63+65+85=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4155 is #C0BEAA. Grayscale: #424242. Windows color (decimal): -12631723 or 5587263. OLE color: 5587263.
HSL color Cylindrical-coordinate representation of color #3F4155: hue angle of 234.55º 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 #3F4155 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 65 | 85 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.67 |
| HSL | 234.55º | 0.15% | 0.29% | - |
| HSV(B) | 234.55º | 0.26% | 0.33% | - |
| XYZ | 5.58 | 5.49 | 9.36 | - |
| YUV | 66.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 85 | 0.26 | 0.24 | 0 | 0.67 | 234.55 | 0.15 | 0.29 |
| Hex | 3F | 41 | 55 | 1A | 18 | 0 | 43 | EB | F | 1D |
| Octal | 77 | 101 | 125 | 32 | 30 | 0 | 103 | 353 | 17 | 35 |
| Binary | 111111 | 1000001 | 1010101 | 11010 | 11000 | 0 | 1000011 | 11101011 | 1111 | 11101 |
Color Harmonies of #3F4155
Complementary color
Monochromatic Colors of #3F4155
Black with #3F4155
Text Example
Text Example
White with #3F4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4155; }
p { color: rgb(63,65,85); }
H1.HeaderClassName
{
color: #3F4155;
}
.AnyTagClassName
{
color: #3F4155;
}
</style>
background-color css
<style>
a { background-color: #3F4155; }
a { background-color: rgb(63,65,85); }
div.DivClassName
{
background-color: #3F4155;
}
.BgClassName
{
background-color: #3F4155;
}
</style>
border-color css
<style>
span { border-color: #3F4155; }
span { border-color: rgb(63,65,85); }
td.TdClassName
{
border-color: #3F4155;
}
.TagClassName
{
border-color: #3F4155;
}
</style>