Shades of Payne's Grey #35354E
Tints of Payne's Grey #35354E
RGB
CMYK
RGB Variations
Color information
#35354E (or 0x35354E) is known color: Payne's Grey. HEX triplet: 35, 35 and 4E. RGB value is (53,53,78). Sum of RGB (Red+Green+Blue) = 53+53+78=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 78 - color contains mainly: blue. Hex color #35354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35354E is #CACAB1. Grayscale: #373737. Windows color (decimal): -13290162 or 5125429. OLE color: 5125429.
HSL color Cylindrical-coordinate representation of color #35354E: 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 #35354E is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 53 | 78 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.69 |
| HSL | 240º | 0.19% | 0.26% | - |
| HSV(B) | 240º | 0.32% | 0.31% | - |
| XYZ | 4.12 | 3.85 | 7.73 | - |
| YUV | 55.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 78 | 0.32 | 0.32 | 0 | 0.69 | 240 | 0.19 | 0.26 |
| Hex | 35 | 35 | 4E | 20 | 20 | 0 | 45 | F0 | 13 | 1A |
| Octal | 65 | 65 | 116 | 40 | 40 | 0 | 105 | 360 | 23 | 32 |
| Binary | 110101 | 110101 | 1001110 | 100000 | 100000 | 0 | 1000101 | 11110000 | 10011 | 11010 |
Color Harmonies of #35354E
Complementary color
Monochromatic Colors of #35354E
Black with #35354E
Text Example
Text Example
White with #35354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35354E; }
p { color: rgb(53,53,78); }
H1.HeaderClassName
{
color: #35354E;
}
.AnyTagClassName
{
color: #35354E;
}
</style>
background-color css
<style>
a { background-color: #35354E; }
a { background-color: rgb(53,53,78); }
div.DivClassName
{
background-color: #35354E;
}
.BgClassName
{
background-color: #35354E;
}
</style>
border-color css
<style>
span { border-color: #35354E; }
span { border-color: rgb(53,53,78); }
td.TdClassName
{
border-color: #35354E;
}
.TagClassName
{
border-color: #35354E;
}
</style>