Shades of Payne's Grey #3E404A
Tints of Payne's Grey #3E404A
RGB
CMYK
RGB Variations
Color information
#3E404A (or 0x3E404A) is known color: Payne's Grey. HEX triplet: 3E, 40 and 4A. RGB value is (62,64,74). Sum of RGB (Red+Green+Blue) = 62+64+74=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E404A is #C1BFB5. Grayscale: #404040. Windows color (decimal): -12697526 or 4866110. OLE color: 4866110.
HSL color Cylindrical-coordinate representation of color #3E404A: hue angle of 230º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E404A is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 64 | 74 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.71 |
| HSL | 230º | 0.09% | 0.27% | - |
| HSV(B) | 230º | 0.16% | 0.29% | - |
| XYZ | 5.06 | 5.19 | 7.21 | - |
| YUV | 64.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 74 | 0.16 | 0.14 | 0 | 0.71 | 230 | 0.09 | 0.27 |
| Hex | 3E | 40 | 4A | 10 | E | 0 | 47 | E6 | 9 | 1B |
| Octal | 76 | 100 | 112 | 20 | 16 | 0 | 107 | 346 | 11 | 33 |
| Binary | 111110 | 1000000 | 1001010 | 10000 | 1110 | 0 | 1000111 | 11100110 | 1001 | 11011 |
Color Harmonies of #3E404A
Complementary color
Monochromatic Colors of #3E404A
Black with #3E404A
Text Example
Text Example
White with #3E404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E404A; }
p { color: rgb(62,64,74); }
H1.HeaderClassName
{
color: #3E404A;
}
.AnyTagClassName
{
color: #3E404A;
}
</style>
background-color css
<style>
a { background-color: #3E404A; }
a { background-color: rgb(62,64,74); }
div.DivClassName
{
background-color: #3E404A;
}
.BgClassName
{
background-color: #3E404A;
}
</style>
border-color css
<style>
span { border-color: #3E404A; }
span { border-color: rgb(62,64,74); }
td.TdClassName
{
border-color: #3E404A;
}
.TagClassName
{
border-color: #3E404A;
}
</style>