Shades of Payne's Grey #3B394E
Tints of Payne's Grey #3B394E
RGB
CMYK
RGB Variations
Color information
#3B394E (or 0x3B394E) is known color: Payne's Grey. HEX triplet: 3B, 39 and 4E. RGB value is (59,57,78). Sum of RGB (Red+Green+Blue) = 59+57+78=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B394E is #C4C6B1. Grayscale: #3B3B3B. Windows color (decimal): -12895922 or 5126459. OLE color: 5126459.
HSL color Cylindrical-coordinate representation of color #3B394E: hue angle of 245.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B394E is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 57 | 78 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.69 |
| HSL | 245.71º | 0.16% | 0.26% | - |
| HSV(B) | 245.71º | 0.27% | 0.31% | - |
| XYZ | 4.64 | 4.41 | 7.81 | - |
| YUV | 59.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 78 | 0.24 | 0.27 | 0 | 0.69 | 245.71 | 0.16 | 0.26 |
| Hex | 3B | 39 | 4E | 18 | 1B | 0 | 45 | F6 | 10 | 1A |
| Octal | 73 | 71 | 116 | 30 | 33 | 0 | 105 | 366 | 20 | 32 |
| Binary | 111011 | 111001 | 1001110 | 11000 | 11011 | 0 | 1000101 | 11110110 | 10000 | 11010 |
Color Harmonies of #3B394E
Complementary color
Monochromatic Colors of #3B394E
Black with #3B394E
Text Example
Text Example
White with #3B394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B394E; }
p { color: rgb(59,57,78); }
H1.HeaderClassName
{
color: #3B394E;
}
.AnyTagClassName
{
color: #3B394E;
}
</style>
background-color css
<style>
a { background-color: #3B394E; }
a { background-color: rgb(59,57,78); }
div.DivClassName
{
background-color: #3B394E;
}
.BgClassName
{
background-color: #3B394E;
}
</style>
border-color css
<style>
span { border-color: #3B394E; }
span { border-color: rgb(59,57,78); }
td.TdClassName
{
border-color: #3B394E;
}
.TagClassName
{
border-color: #3B394E;
}
</style>