Shades of Payne's Grey #3E4055
Tints of Payne's Grey #3E4055
RGB
CMYK
RGB Variations
Color information
#3E4055 (or 0x3E4055) is known color: Payne's Grey. HEX triplet: 3E, 40 and 55. RGB value is (62,64,85). Sum of RGB (Red+Green+Blue) = 62+64+85=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4055 is #C1BFAA. Grayscale: #414141. Windows color (decimal): -12697515 or 5587006. OLE color: 5587006.
HSL color Cylindrical-coordinate representation of color #3E4055: hue angle of 234.78º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E4055 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 64 | 85 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.67 |
| HSL | 234.78º | 0.16% | 0.29% | - |
| HSV(B) | 234.78º | 0.27% | 0.33% | - |
| XYZ | 5.46 | 5.35 | 9.34 | - |
| YUV | 65.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 85 | 0.27 | 0.25 | 0 | 0.67 | 234.78 | 0.16 | 0.29 |
| Hex | 3E | 40 | 55 | 1B | 19 | 0 | 43 | EB | 10 | 1D |
| Octal | 76 | 100 | 125 | 33 | 31 | 0 | 103 | 353 | 20 | 35 |
| Binary | 111110 | 1000000 | 1010101 | 11011 | 11001 | 0 | 1000011 | 11101011 | 10000 | 11101 |
Color Harmonies of #3E4055
Complementary color
Monochromatic Colors of #3E4055
Black with #3E4055
Text Example
Text Example
White with #3E4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4055; }
p { color: rgb(62,64,85); }
H1.HeaderClassName
{
color: #3E4055;
}
.AnyTagClassName
{
color: #3E4055;
}
</style>
background-color css
<style>
a { background-color: #3E4055; }
a { background-color: rgb(62,64,85); }
div.DivClassName
{
background-color: #3E4055;
}
.BgClassName
{
background-color: #3E4055;
}
</style>
border-color css
<style>
span { border-color: #3E4055; }
span { border-color: rgb(62,64,85); }
td.TdClassName
{
border-color: #3E4055;
}
.TagClassName
{
border-color: #3E4055;
}
</style>