Shades of Payne's Grey #3B394F
Tints of Payne's Grey #3B394F
RGB
CMYK
RGB Variations
Color information
#3B394F (or 0x3B394F) is known color: Payne's Grey. HEX triplet: 3B, 39 and 4F. RGB value is (59,57,79). Sum of RGB (Red+Green+Blue) = 59+57+79=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B394F is #C4C6B0. Grayscale: #3C3C3C. Windows color (decimal): -12895921 or 5191995. OLE color: 5191995.
HSL color Cylindrical-coordinate representation of color #3B394F: hue angle of 245.45º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B394F is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 57 | 79 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.69 |
| HSL | 245.45º | 0.16% | 0.27% | - |
| HSV(B) | 245.45º | 0.28% | 0.31% | - |
| XYZ | 4.68 | 4.42 | 8 | - |
| YUV | 60.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 79 | 0.25 | 0.28 | 0 | 0.69 | 245.45 | 0.16 | 0.27 |
| Hex | 3B | 39 | 4F | 19 | 1C | 0 | 45 | F5 | 10 | 1B |
| Octal | 73 | 71 | 117 | 31 | 34 | 0 | 105 | 365 | 20 | 33 |
| Binary | 111011 | 111001 | 1001111 | 11001 | 11100 | 0 | 1000101 | 11110101 | 10000 | 11011 |
Color Harmonies of #3B394F
Complementary color
Monochromatic Colors of #3B394F
Black with #3B394F
Text Example
Text Example
White with #3B394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B394F; }
p { color: rgb(59,57,79); }
H1.HeaderClassName
{
color: #3B394F;
}
.AnyTagClassName
{
color: #3B394F;
}
</style>
background-color css
<style>
a { background-color: #3B394F; }
a { background-color: rgb(59,57,79); }
div.DivClassName
{
background-color: #3B394F;
}
.BgClassName
{
background-color: #3B394F;
}
</style>
border-color css
<style>
span { border-color: #3B394F; }
span { border-color: rgb(59,57,79); }
td.TdClassName
{
border-color: #3B394F;
}
.TagClassName
{
border-color: #3B394F;
}
</style>