Shades of Payne's Grey #3B3B57
Tints of Payne's Grey #3B3B57
RGB
CMYK
RGB Variations
Color information
#3B3B57 (or 0x3B3B57) is known color: Payne's Grey. HEX triplet: 3B, 3B and 57. RGB value is (59,59,87). Sum of RGB (Red+Green+Blue) = 59+59+87=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B3B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3B57 is #C4C4A8. Grayscale: #3E3E3E. Windows color (decimal): -12895401 or 5716795. OLE color: 5716795.
HSL color Cylindrical-coordinate representation of color #3B3B57: hue angle of 240º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B3B57 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 59 | 87 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.66 |
| HSL | 240º | 0.19% | 0.29% | - |
| HSV(B) | 240º | 0.32% | 0.34% | - |
| XYZ | 5.09 | 4.75 | 9.66 | - |
| YUV | 62.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 59 | 87 | 0.32 | 0.32 | 0 | 0.66 | 240 | 0.19 | 0.29 |
| Hex | 3B | 3B | 57 | 20 | 20 | 0 | 42 | F0 | 13 | 1D |
| Octal | 73 | 73 | 127 | 40 | 40 | 0 | 102 | 360 | 23 | 35 |
| Binary | 111011 | 111011 | 1010111 | 100000 | 100000 | 0 | 1000010 | 11110000 | 10011 | 11101 |
Color Harmonies of #3B3B57
Complementary color
Monochromatic Colors of #3B3B57
Black with #3B3B57
Text Example
Text Example
White with #3B3B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3B57; }
p { color: rgb(59,59,87); }
H1.HeaderClassName
{
color: #3B3B57;
}
.AnyTagClassName
{
color: #3B3B57;
}
</style>
background-color css
<style>
a { background-color: #3B3B57; }
a { background-color: rgb(59,59,87); }
div.DivClassName
{
background-color: #3B3B57;
}
.BgClassName
{
background-color: #3B3B57;
}
</style>
border-color css
<style>
span { border-color: #3B3B57; }
span { border-color: rgb(59,59,87); }
td.TdClassName
{
border-color: #3B3B57;
}
.TagClassName
{
border-color: #3B3B57;
}
</style>