Shades of Payne's Grey #373955
Tints of Payne's Grey #373955
RGB
CMYK
RGB Variations
Color information
#373955 (or 0x373955) is known color: Payne's Grey. HEX triplet: 37, 39 and 55. RGB value is (55,57,85). Sum of RGB (Red+Green+Blue) = 55+57+85=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #373955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373955 is #C8C6AA. Grayscale: #3B3B3B. Windows color (decimal): -13158059 or 5585207. OLE color: 5585207.
HSL color Cylindrical-coordinate representation of color #373955: hue angle of 236º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #373955 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 57 | 85 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.67 |
| HSL | 236º | 0.21% | 0.27% | - |
| HSV(B) | 236º | 0.35% | 0.33% | - |
| XYZ | 4.68 | 4.39 | 9.2 | - |
| YUV | 59.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 85 | 0.35 | 0.33 | 0 | 0.67 | 236 | 0.21 | 0.27 |
| Hex | 37 | 39 | 55 | 23 | 21 | 0 | 43 | EC | 15 | 1B |
| Octal | 67 | 71 | 125 | 43 | 41 | 0 | 103 | 354 | 25 | 33 |
| Binary | 110111 | 111001 | 1010101 | 100011 | 100001 | 0 | 1000011 | 11101100 | 10101 | 11011 |
Color Harmonies of #373955
Complementary color
Monochromatic Colors of #373955
Black with #373955
Text Example
Text Example
White with #373955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373955; }
p { color: rgb(55,57,85); }
H1.HeaderClassName
{
color: #373955;
}
.AnyTagClassName
{
color: #373955;
}
</style>
background-color css
<style>
a { background-color: #373955; }
a { background-color: rgb(55,57,85); }
div.DivClassName
{
background-color: #373955;
}
.BgClassName
{
background-color: #373955;
}
</style>
border-color css
<style>
span { border-color: #373955; }
span { border-color: rgb(55,57,85); }
td.TdClassName
{
border-color: #373955;
}
.TagClassName
{
border-color: #373955;
}
</style>