Shades of Payne's Grey #3C3B55
Tints of Payne's Grey #3C3B55
RGB
CMYK
RGB Variations
Color information
#3C3B55 (or 0x3C3B55) is known color: Payne's Grey. HEX triplet: 3C, 3B and 55. RGB value is (60,59,85). Sum of RGB (Red+Green+Blue) = 60+59+85=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B55 is #C3C4AA. Grayscale: #3E3E3E. Windows color (decimal): -12829867 or 5585724. OLE color: 5585724.
HSL color Cylindrical-coordinate representation of color #3C3B55: hue angle of 242.31º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3C3B55 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 59 | 85 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.67 |
| HSL | 242.31º | 0.18% | 0.28% | - |
| HSV(B) | 242.31º | 0.31% | 0.33% | - |
| XYZ | 5.07 | 4.74 | 9.24 | - |
| YUV | 62.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 59 | 85 | 0.29 | 0.31 | 0 | 0.67 | 242.31 | 0.18 | 0.28 |
| Hex | 3C | 3B | 55 | 1D | 1F | 0 | 43 | F2 | 12 | 1C |
| Octal | 74 | 73 | 125 | 35 | 37 | 0 | 103 | 362 | 22 | 34 |
| Binary | 111100 | 111011 | 1010101 | 11101 | 11111 | 0 | 1000011 | 11110010 | 10010 | 11100 |
Color Harmonies of #3C3B55
Complementary color
Monochromatic Colors of #3C3B55
Black with #3C3B55
Text Example
Text Example
White with #3C3B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3B55; }
p { color: rgb(60,59,85); }
H1.HeaderClassName
{
color: #3C3B55;
}
.AnyTagClassName
{
color: #3C3B55;
}
</style>
background-color css
<style>
a { background-color: #3C3B55; }
a { background-color: rgb(60,59,85); }
div.DivClassName
{
background-color: #3C3B55;
}
.BgClassName
{
background-color: #3C3B55;
}
</style>
border-color css
<style>
span { border-color: #3C3B55; }
span { border-color: rgb(60,59,85); }
td.TdClassName
{
border-color: #3C3B55;
}
.TagClassName
{
border-color: #3C3B55;
}
</style>