Shades of Payne's Grey #363850
Tints of Payne's Grey #363850
RGB
CMYK
RGB Variations
Color information
#363850 (or 0x363850) is known color: Payne's Grey. HEX triplet: 36, 38 and 50. RGB value is (54,56,80). Sum of RGB (Red+Green+Blue) = 54+56+80=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #363850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363850 is #C9C7AF. Grayscale: #3A3A3A. Windows color (decimal): -13223856 or 5257270. OLE color: 5257270.
HSL color Cylindrical-coordinate representation of color #363850: hue angle of 235.38º 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 #363850 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 54 | 56 | 80 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.69 |
| HSL | 235.38º | 0.19% | 0.26% | - |
| HSV(B) | 235.38º | 0.33% | 0.31% | - |
| XYZ | 4.38 | 4.19 | 8.17 | - |
| YUV | 58.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 56 | 80 | 0.33 | 0.30 | 0 | 0.69 | 235.38 | 0.19 | 0.26 |
| Hex | 36 | 38 | 50 | 21 | 1E | 0 | 45 | EB | 13 | 1A |
| Octal | 66 | 70 | 120 | 41 | 36 | 0 | 105 | 353 | 23 | 32 |
| Binary | 110110 | 111000 | 1010000 | 100001 | 11110 | 0 | 1000101 | 11101011 | 10011 | 11010 |
Color Harmonies of #363850
Complementary color
Monochromatic Colors of #363850
Black with #363850
Text Example
Text Example
White with #363850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363850; }
p { color: rgb(54,56,80); }
H1.HeaderClassName
{
color: #363850;
}
.AnyTagClassName
{
color: #363850;
}
</style>
background-color css
<style>
a { background-color: #363850; }
a { background-color: rgb(54,56,80); }
div.DivClassName
{
background-color: #363850;
}
.BgClassName
{
background-color: #363850;
}
</style>
border-color css
<style>
span { border-color: #363850; }
span { border-color: rgb(54,56,80); }
td.TdClassName
{
border-color: #363850;
}
.TagClassName
{
border-color: #363850;
}
</style>