Shades of Payne's Grey #363651
Tints of Payne's Grey #363651
RGB
CMYK
RGB Variations
Color information
#363651 (or 0x363651) is known color: Payne's Grey. HEX triplet: 36, 36 and 51. RGB value is (54,54,81). Sum of RGB (Red+Green+Blue) = 54+54+81=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #363651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363651 is #C9C9AE. Grayscale: #383838. Windows color (decimal): -13224367 or 5322294. OLE color: 5322294.
HSL color Cylindrical-coordinate representation of color #363651: hue angle of 240º 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 #363651 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 54 | 54 | 81 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.68 |
| HSL | 240º | 0.2% | 0.26% | - |
| HSV(B) | 240º | 0.33% | 0.32% | - |
| XYZ | 4.33 | 4.02 | 8.33 | - |
| YUV | 57.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 54 | 81 | 0.33 | 0.33 | 0 | 0.68 | 240 | 0.2 | 0.26 |
| Hex | 36 | 36 | 51 | 21 | 21 | 0 | 44 | F0 | 14 | 1A |
| Octal | 66 | 66 | 121 | 41 | 41 | 0 | 104 | 360 | 24 | 32 |
| Binary | 110110 | 110110 | 1010001 | 100001 | 100001 | 0 | 1000100 | 11110000 | 10100 | 11010 |
Color Harmonies of #363651
Complementary color
Monochromatic Colors of #363651
Black with #363651
Text Example
Text Example
White with #363651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363651; }
p { color: rgb(54,54,81); }
H1.HeaderClassName
{
color: #363651;
}
.AnyTagClassName
{
color: #363651;
}
</style>
background-color css
<style>
a { background-color: #363651; }
a { background-color: rgb(54,54,81); }
div.DivClassName
{
background-color: #363651;
}
.BgClassName
{
background-color: #363651;
}
</style>
border-color css
<style>
span { border-color: #363651; }
span { border-color: rgb(54,54,81); }
td.TdClassName
{
border-color: #363651;
}
.TagClassName
{
border-color: #363651;
}
</style>