Shades of Payne's Grey #373A4E
Tints of Payne's Grey #373A4E
RGB
CMYK
RGB Variations
Color information
#373A4E (or 0x373A4E) is known color: Payne's Grey. HEX triplet: 37, 3A and 4E. RGB value is (55,58,78). Sum of RGB (Red+Green+Blue) = 55+58+78=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #373A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A4E is #C8C5B1. Grayscale: #3B3B3B. Windows color (decimal): -13157810 or 5126711. OLE color: 5126711.
HSL color Cylindrical-coordinate representation of color #373A4E: hue angle of 232.17º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #373A4E is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 58 | 78 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.69 |
| HSL | 232.17º | 0.17% | 0.26% | - |
| HSV(B) | 232.17º | 0.29% | 0.31% | - |
| XYZ | 4.46 | 4.39 | 7.82 | - |
| YUV | 59.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 78 | 0.29 | 0.26 | 0 | 0.69 | 232.17 | 0.17 | 0.26 |
| Hex | 37 | 3A | 4E | 1D | 1A | 0 | 45 | E8 | 11 | 1A |
| Octal | 67 | 72 | 116 | 35 | 32 | 0 | 105 | 350 | 21 | 32 |
| Binary | 110111 | 111010 | 1001110 | 11101 | 11010 | 0 | 1000101 | 11101000 | 10001 | 11010 |
Color Harmonies of #373A4E
Complementary color
Monochromatic Colors of #373A4E
Black with #373A4E
Text Example
Text Example
White with #373A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A4E; }
p { color: rgb(55,58,78); }
H1.HeaderClassName
{
color: #373A4E;
}
.AnyTagClassName
{
color: #373A4E;
}
</style>
background-color css
<style>
a { background-color: #373A4E; }
a { background-color: rgb(55,58,78); }
div.DivClassName
{
background-color: #373A4E;
}
.BgClassName
{
background-color: #373A4E;
}
</style>
border-color css
<style>
span { border-color: #373A4E; }
span { border-color: rgb(55,58,78); }
td.TdClassName
{
border-color: #373A4E;
}
.TagClassName
{
border-color: #373A4E;
}
</style>