Shades of Payne's Grey #373A50
Tints of Payne's Grey #373A50
RGB
CMYK
RGB Variations
Color information
#373A50 (or 0x373A50) is known color: Payne's Grey. HEX triplet: 37, 3A and 50. RGB value is (55,58,80). Sum of RGB (Red+Green+Blue) = 55+58+80=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #373A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A50 is #C8C5AF. Grayscale: #3B3B3B. Windows color (decimal): -13157808 or 5257783. OLE color: 5257783.
HSL color Cylindrical-coordinate representation of color #373A50: hue angle of 232.8º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #373A50 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 58 | 80 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.69 |
| HSL | 232.8º | 0.19% | 0.26% | - |
| HSV(B) | 232.8º | 0.31% | 0.31% | - |
| XYZ | 4.54 | 4.42 | 8.2 | - |
| YUV | 59.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 80 | 0.31 | 0.28 | 0 | 0.69 | 232.8 | 0.19 | 0.26 |
| Hex | 37 | 3A | 50 | 1F | 1C | 0 | 45 | E9 | 13 | 1A |
| Octal | 67 | 72 | 120 | 37 | 34 | 0 | 105 | 351 | 23 | 32 |
| Binary | 110111 | 111010 | 1010000 | 11111 | 11100 | 0 | 1000101 | 11101001 | 10011 | 11010 |
Color Harmonies of #373A50
Complementary color
Monochromatic Colors of #373A50
Black with #373A50
Text Example
Text Example
White with #373A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A50; }
p { color: rgb(55,58,80); }
H1.HeaderClassName
{
color: #373A50;
}
.AnyTagClassName
{
color: #373A50;
}
</style>
background-color css
<style>
a { background-color: #373A50; }
a { background-color: rgb(55,58,80); }
div.DivClassName
{
background-color: #373A50;
}
.BgClassName
{
background-color: #373A50;
}
</style>
border-color css
<style>
span { border-color: #373A50; }
span { border-color: rgb(55,58,80); }
td.TdClassName
{
border-color: #373A50;
}
.TagClassName
{
border-color: #373A50;
}
</style>