Shades of Payne's Grey #363751
Tints of Payne's Grey #363751
RGB
CMYK
RGB Variations
Color information
#363751 (or 0x363751) is known color: Payne's Grey. HEX triplet: 36, 37 and 51. RGB value is (54,55,81). Sum of RGB (Red+Green+Blue) = 54+55+81=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #363751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363751 is #C9C8AE. Grayscale: #393939. Windows color (decimal): -13224111 or 5322550. OLE color: 5322550.
HSL color Cylindrical-coordinate representation of color #363751: hue angle of 237.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #363751 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 55 | 81 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.68 |
| HSL | 237.78º | 0.2% | 0.26% | - |
| HSV(B) | 237.78º | 0.33% | 0.32% | - |
| XYZ | 4.37 | 4.11 | 8.35 | - |
| YUV | 57.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 81 | 0.33 | 0.32 | 0 | 0.68 | 237.78 | 0.2 | 0.26 |
| Hex | 36 | 37 | 51 | 21 | 20 | 0 | 44 | EE | 14 | 1A |
| Octal | 66 | 67 | 121 | 41 | 40 | 0 | 104 | 356 | 24 | 32 |
| Binary | 110110 | 110111 | 1010001 | 100001 | 100000 | 0 | 1000100 | 11101110 | 10100 | 11010 |
Color Harmonies of #363751
Complementary color
Monochromatic Colors of #363751
Black with #363751
Text Example
Text Example
White with #363751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363751; }
p { color: rgb(54,55,81); }
H1.HeaderClassName
{
color: #363751;
}
.AnyTagClassName
{
color: #363751;
}
</style>
background-color css
<style>
a { background-color: #363751; }
a { background-color: rgb(54,55,81); }
div.DivClassName
{
background-color: #363751;
}
.BgClassName
{
background-color: #363751;
}
</style>
border-color css
<style>
span { border-color: #363751; }
span { border-color: rgb(54,55,81); }
td.TdClassName
{
border-color: #363751;
}
.TagClassName
{
border-color: #363751;
}
</style>