Shades of Payne's Grey #353749
Tints of Payne's Grey #353749
RGB
CMYK
RGB Variations
Color information
#353749 (or 0x353749) is known color: Payne's Grey. HEX triplet: 35, 37 and 49. RGB value is (53,55,73). Sum of RGB (Red+Green+Blue) = 53+55+73=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #353749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353749 is #CAC8B6. Grayscale: #383838. Windows color (decimal): -13289655 or 4798261. OLE color: 4798261.
HSL color Cylindrical-coordinate representation of color #353749: hue angle of 234º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #353749 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 55 | 73 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.71 |
| HSL | 234º | 0.16% | 0.25% | - |
| HSV(B) | 234º | 0.27% | 0.29% | - |
| XYZ | 4.04 | 3.97 | 6.86 | - |
| YUV | 56.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 73 | 0.27 | 0.25 | 0 | 0.71 | 234 | 0.16 | 0.25 |
| Hex | 35 | 37 | 49 | 1B | 19 | 0 | 47 | EA | 10 | 19 |
| Octal | 65 | 67 | 111 | 33 | 31 | 0 | 107 | 352 | 20 | 31 |
| Binary | 110101 | 110111 | 1001001 | 11011 | 11001 | 0 | 1000111 | 11101010 | 10000 | 11001 |
Color Harmonies of #353749
Complementary color
Monochromatic Colors of #353749
Black with #353749
Text Example
Text Example
White with #353749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353749; }
p { color: rgb(53,55,73); }
H1.HeaderClassName
{
color: #353749;
}
.AnyTagClassName
{
color: #353749;
}
</style>
background-color css
<style>
a { background-color: #353749; }
a { background-color: rgb(53,55,73); }
div.DivClassName
{
background-color: #353749;
}
.BgClassName
{
background-color: #353749;
}
</style>
border-color css
<style>
span { border-color: #353749; }
span { border-color: rgb(53,55,73); }
td.TdClassName
{
border-color: #353749;
}
.TagClassName
{
border-color: #353749;
}
</style>