Shades of Payne's Grey #3C3B57
Tints of Payne's Grey #3C3B57
RGB
CMYK
RGB Variations
Color information
#3C3B57 (or 0x3C3B57) is known color: Payne's Grey. HEX triplet: 3C, 3B and 57. RGB value is (60,59,87). Sum of RGB (Red+Green+Blue) = 60+59+87=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C3B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B57 is #C3C4A8. Grayscale: #3E3E3E. Windows color (decimal): -12829865 or 5716796. OLE color: 5716796.
HSL color Cylindrical-coordinate representation of color #3C3B57: hue angle of 242.14º 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 #3C3B57 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 60 | 59 | 87 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.66 |
| HSL | 242.14º | 0.19% | 0.29% | - |
| HSV(B) | 242.14º | 0.32% | 0.34% | - |
| XYZ | 5.15 | 4.78 | 9.67 | - |
| YUV | 62.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 87 | 0.31 | 0.32 | 0 | 0.66 | 242.14 | 0.19 | 0.29 |
| Hex | 3C | 3B | 57 | 1F | 20 | 0 | 42 | F2 | 13 | 1D |
| Octal | 74 | 73 | 127 | 37 | 40 | 0 | 102 | 362 | 23 | 35 |
| Binary | 111100 | 111011 | 1010111 | 11111 | 100000 | 0 | 1000010 | 11110010 | 10011 | 11101 |
Color Harmonies of #3C3B57
Complementary color
Monochromatic Colors of #3C3B57
Black with #3C3B57
Text Example
Text Example
White with #3C3B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B57; }
p { color: rgb(60,59,87); }
H1.HeaderClassName
{
color: #3C3B57;
}
.AnyTagClassName
{
color: #3C3B57;
}
</style>
background-color css
<style>
a { background-color: #3C3B57; }
a { background-color: rgb(60,59,87); }
div.DivClassName
{
background-color: #3C3B57;
}
.BgClassName
{
background-color: #3C3B57;
}
</style>
border-color css
<style>
span { border-color: #3C3B57; }
span { border-color: rgb(60,59,87); }
td.TdClassName
{
border-color: #3C3B57;
}
.TagClassName
{
border-color: #3C3B57;
}
</style>