Shades of Payne's Grey #36364D
Tints of Payne's Grey #36364D
RGB
CMYK
RGB Variations
Color information
#36364D (or 0x36364D) is known color: Payne's Grey. HEX triplet: 36, 36 and 4D. RGB value is (54,54,77). Sum of RGB (Red+Green+Blue) = 54+54+77=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #36364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36364D is #C9C9B2. Grayscale: #383838. Windows color (decimal): -13224371 or 5060150. OLE color: 5060150.
HSL color Cylindrical-coordinate representation of color #36364D: hue angle of 240º 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 #36364D is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 54 | 77 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.70 |
| HSL | 240º | 0.18% | 0.26% | - |
| HSV(B) | 240º | 0.3% | 0.3% | - |
| XYZ | 4.18 | 3.96 | 7.56 | - |
| YUV | 56.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 77 | 0.30 | 0.30 | 0 | 0.70 | 240 | 0.18 | 0.26 |
| Hex | 36 | 36 | 4D | 1E | 1E | 0 | 46 | F0 | 12 | 1A |
| Octal | 66 | 66 | 115 | 36 | 36 | 0 | 106 | 360 | 22 | 32 |
| Binary | 110110 | 110110 | 1001101 | 11110 | 11110 | 0 | 1000110 | 11110000 | 10010 | 11010 |
Color Harmonies of #36364D
Complementary color
Monochromatic Colors of #36364D
Black with #36364D
Text Example
Text Example
White with #36364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36364D; }
p { color: rgb(54,54,77); }
H1.HeaderClassName
{
color: #36364D;
}
.AnyTagClassName
{
color: #36364D;
}
</style>
background-color css
<style>
a { background-color: #36364D; }
a { background-color: rgb(54,54,77); }
div.DivClassName
{
background-color: #36364D;
}
.BgClassName
{
background-color: #36364D;
}
</style>
border-color css
<style>
span { border-color: #36364D; }
span { border-color: rgb(54,54,77); }
td.TdClassName
{
border-color: #36364D;
}
.TagClassName
{
border-color: #36364D;
}
</style>