Shades of Payne's Grey #36364F
Tints of Payne's Grey #36364F
RGB
CMYK
RGB Variations
Color information
#36364F (or 0x36364F) is known color: Payne's Grey. HEX triplet: 36, 36 and 4F. RGB value is (54,54,79). Sum of RGB (Red+Green+Blue) = 54+54+79=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #36364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36364F is #C9C9B0. Grayscale: #383838. Windows color (decimal): -13224369 or 5191222. OLE color: 5191222.
HSL color Cylindrical-coordinate representation of color #36364F: hue angle of 240º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36364F is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 54 | 79 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.69 |
| HSL | 240º | 0.19% | 0.26% | - |
| HSV(B) | 240º | 0.32% | 0.31% | - |
| XYZ | 4.25 | 3.99 | 7.94 | - |
| YUV | 56.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 79 | 0.32 | 0.32 | 0 | 0.69 | 240 | 0.19 | 0.26 |
| Hex | 36 | 36 | 4F | 20 | 20 | 0 | 45 | F0 | 13 | 1A |
| Octal | 66 | 66 | 117 | 40 | 40 | 0 | 105 | 360 | 23 | 32 |
| Binary | 110110 | 110110 | 1001111 | 100000 | 100000 | 0 | 1000101 | 11110000 | 10011 | 11010 |
Color Harmonies of #36364F
Complementary color
Monochromatic Colors of #36364F
Black with #36364F
Text Example
Text Example
White with #36364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36364F; }
p { color: rgb(54,54,79); }
H1.HeaderClassName
{
color: #36364F;
}
.AnyTagClassName
{
color: #36364F;
}
</style>
background-color css
<style>
a { background-color: #36364F; }
a { background-color: rgb(54,54,79); }
div.DivClassName
{
background-color: #36364F;
}
.BgClassName
{
background-color: #36364F;
}
</style>
border-color css
<style>
span { border-color: #36364F; }
span { border-color: rgb(54,54,79); }
td.TdClassName
{
border-color: #36364F;
}
.TagClassName
{
border-color: #36364F;
}
</style>