Shades of Payne's Grey #3A3C46
Tints of Payne's Grey #3A3C46
RGB
CMYK
RGB Variations
Color information
#3A3C46 (or 0x3A3C46) is known color: Payne's Grey. HEX triplet: 3A, 3C and 46. RGB value is (58,60,70). Sum of RGB (Red+Green+Blue) = 58+60+70=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A3C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3C46 is #C5C3B9. Grayscale: #3C3C3C. Windows color (decimal): -12960698 or 4602938. OLE color: 4602938.
HSL color Cylindrical-coordinate representation of color #3A3C46: hue angle of 230º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A3C46 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 60 | 70 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.73 |
| HSL | 230º | 0.09% | 0.25% | - |
| HSV(B) | 230º | 0.17% | 0.27% | - |
| XYZ | 4.47 | 4.57 | 6.44 | - |
| YUV | 60.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 70 | 0.17 | 0.14 | 0 | 0.73 | 230 | 0.09 | 0.25 |
| Hex | 3A | 3C | 46 | 11 | E | 0 | 49 | E6 | 9 | 19 |
| Octal | 72 | 74 | 106 | 21 | 16 | 0 | 111 | 346 | 11 | 31 |
| Binary | 111010 | 111100 | 1000110 | 10001 | 1110 | 0 | 1001001 | 11100110 | 1001 | 11001 |
Color Harmonies of #3A3C46
Complementary color
Monochromatic Colors of #3A3C46
Black with #3A3C46
Text Example
Text Example
White with #3A3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3C46; }
p { color: rgb(58,60,70); }
H1.HeaderClassName
{
color: #3A3C46;
}
.AnyTagClassName
{
color: #3A3C46;
}
</style>
background-color css
<style>
a { background-color: #3A3C46; }
a { background-color: rgb(58,60,70); }
div.DivClassName
{
background-color: #3A3C46;
}
.BgClassName
{
background-color: #3A3C46;
}
</style>
border-color css
<style>
span { border-color: #3A3C46; }
span { border-color: rgb(58,60,70); }
td.TdClassName
{
border-color: #3A3C46;
}
.TagClassName
{
border-color: #3A3C46;
}
</style>