Shades of Payne's Grey #363554
Tints of Payne's Grey #363554
RGB
CMYK
RGB Variations
Color information
#363554 (or 0x363554) is known color: Payne's Grey. HEX triplet: 36, 35 and 54. RGB value is (54,53,84). Sum of RGB (Red+Green+Blue) = 54+53+84=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #363554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363554 is #C9CAAB. Grayscale: #383838. Windows color (decimal): -13224620 or 5518646. OLE color: 5518646.
HSL color Cylindrical-coordinate representation of color #363554: hue angle of 241.94º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #363554 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 53 | 84 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.67 |
| HSL | 241.94º | 0.23% | 0.27% | - |
| HSV(B) | 241.94º | 0.37% | 0.33% | - |
| XYZ | 4.39 | 3.97 | 8.92 | - |
| YUV | 56.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 84 | 0.36 | 0.37 | 0 | 0.67 | 241.94 | 0.23 | 0.27 |
| Hex | 36 | 35 | 54 | 24 | 25 | 0 | 43 | F2 | 17 | 1B |
| Octal | 66 | 65 | 124 | 44 | 45 | 0 | 103 | 362 | 27 | 33 |
| Binary | 110110 | 110101 | 1010100 | 100100 | 100101 | 0 | 1000011 | 11110010 | 10111 | 11011 |
Color Harmonies of #363554
Complementary color
Monochromatic Colors of #363554
Black with #363554
Text Example
Text Example
White with #363554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363554; }
p { color: rgb(54,53,84); }
H1.HeaderClassName
{
color: #363554;
}
.AnyTagClassName
{
color: #363554;
}
</style>
background-color css
<style>
a { background-color: #363554; }
a { background-color: rgb(54,53,84); }
div.DivClassName
{
background-color: #363554;
}
.BgClassName
{
background-color: #363554;
}
</style>
border-color css
<style>
span { border-color: #363554; }
span { border-color: rgb(54,53,84); }
td.TdClassName
{
border-color: #363554;
}
.TagClassName
{
border-color: #363554;
}
</style>