Shades of Payne's Grey #373954
Tints of Payne's Grey #373954
RGB
CMYK
RGB Variations
Color information
#373954 (or 0x373954) is known color: Payne's Grey. HEX triplet: 37, 39 and 54. RGB value is (55,57,84). Sum of RGB (Red+Green+Blue) = 55+57+84=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #373954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373954 is #C8C6AB. Grayscale: #3B3B3B. Windows color (decimal): -13158060 or 5519671. OLE color: 5519671.
HSL color Cylindrical-coordinate representation of color #373954: hue angle of 235.86º 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 #373954 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 57 | 84 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.67 |
| HSL | 235.86º | 0.21% | 0.27% | - |
| HSV(B) | 235.86º | 0.35% | 0.33% | - |
| XYZ | 4.64 | 4.38 | 8.99 | - |
| YUV | 59.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 57 | 84 | 0.35 | 0.32 | 0 | 0.67 | 235.86 | 0.21 | 0.27 |
| Hex | 37 | 39 | 54 | 23 | 20 | 0 | 43 | EC | 15 | 1B |
| Octal | 67 | 71 | 124 | 43 | 40 | 0 | 103 | 354 | 25 | 33 |
| Binary | 110111 | 111001 | 1010100 | 100011 | 100000 | 0 | 1000011 | 11101100 | 10101 | 11011 |
Color Harmonies of #373954
Complementary color
Monochromatic Colors of #373954
Black with #373954
Text Example
Text Example
White with #373954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373954; }
p { color: rgb(55,57,84); }
H1.HeaderClassName
{
color: #373954;
}
.AnyTagClassName
{
color: #373954;
}
</style>
background-color css
<style>
a { background-color: #373954; }
a { background-color: rgb(55,57,84); }
div.DivClassName
{
background-color: #373954;
}
.BgClassName
{
background-color: #373954;
}
</style>
border-color css
<style>
span { border-color: #373954; }
span { border-color: rgb(55,57,84); }
td.TdClassName
{
border-color: #373954;
}
.TagClassName
{
border-color: #373954;
}
</style>