Shades of Payne's Grey #36394D
Tints of Payne's Grey #36394D
RGB
CMYK
RGB Variations
Color information
#36394D (or 0x36394D) is known color: Payne's Grey. HEX triplet: 36, 39 and 4D. RGB value is (54,57,77). Sum of RGB (Red+Green+Blue) = 54+57+77=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #36394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36394D is #C9C6B2. Grayscale: #3A3A3A. Windows color (decimal): -13223603 or 5060918. OLE color: 5060918.
HSL color Cylindrical-coordinate representation of color #36394D: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36394D is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 57 | 77 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.70 |
| HSL | 232.17º | 0.18% | 0.26% | - |
| HSV(B) | 232.17º | 0.3% | 0.3% | - |
| XYZ | 4.32 | 4.25 | 7.61 | - |
| YUV | 58.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 57 | 77 | 0.30 | 0.26 | 0 | 0.70 | 232.17 | 0.18 | 0.26 |
| Hex | 36 | 39 | 4D | 1E | 1A | 0 | 46 | E8 | 12 | 1A |
| Octal | 66 | 71 | 115 | 36 | 32 | 0 | 106 | 350 | 22 | 32 |
| Binary | 110110 | 111001 | 1001101 | 11110 | 11010 | 0 | 1000110 | 11101000 | 10010 | 11010 |
Color Harmonies of #36394D
Complementary color
Monochromatic Colors of #36394D
Black with #36394D
Text Example
Text Example
White with #36394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36394D; }
p { color: rgb(54,57,77); }
H1.HeaderClassName
{
color: #36394D;
}
.AnyTagClassName
{
color: #36394D;
}
</style>
background-color css
<style>
a { background-color: #36394D; }
a { background-color: rgb(54,57,77); }
div.DivClassName
{
background-color: #36394D;
}
.BgClassName
{
background-color: #36394D;
}
</style>
border-color css
<style>
span { border-color: #36394D; }
span { border-color: rgb(54,57,77); }
td.TdClassName
{
border-color: #36394D;
}
.TagClassName
{
border-color: #36394D;
}
</style>