Shades of Payne's Grey #3C3E52
Tints of Payne's Grey #3C3E52
RGB
CMYK
RGB Variations
Color information
#3C3E52 (or 0x3C3E52) is known color: Payne's Grey. HEX triplet: 3C, 3E and 52. RGB value is (60,62,82). Sum of RGB (Red+Green+Blue) = 60+62+82=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C3E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3E52 is #C3C1AD. Grayscale: #3F3F3F. Windows color (decimal): -12829102 or 5389884. OLE color: 5389884.
HSL color Cylindrical-coordinate representation of color #3C3E52: hue angle of 234.55º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C3E52 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 62 | 82 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.68 |
| HSL | 234.55º | 0.15% | 0.28% | - |
| HSV(B) | 234.55º | 0.27% | 0.32% | - |
| XYZ | 5.11 | 5.02 | 8.68 | - |
| YUV | 63.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 82 | 0.27 | 0.24 | 0 | 0.68 | 234.55 | 0.15 | 0.28 |
| Hex | 3C | 3E | 52 | 1B | 18 | 0 | 44 | EB | F | 1C |
| Octal | 74 | 76 | 122 | 33 | 30 | 0 | 104 | 353 | 17 | 34 |
| Binary | 111100 | 111110 | 1010010 | 11011 | 11000 | 0 | 1000100 | 11101011 | 1111 | 11100 |
Color Harmonies of #3C3E52
Complementary color
Monochromatic Colors of #3C3E52
Black with #3C3E52
Text Example
Text Example
White with #3C3E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E52; }
p { color: rgb(60,62,82); }
H1.HeaderClassName
{
color: #3C3E52;
}
.AnyTagClassName
{
color: #3C3E52;
}
</style>
background-color css
<style>
a { background-color: #3C3E52; }
a { background-color: rgb(60,62,82); }
div.DivClassName
{
background-color: #3C3E52;
}
.BgClassName
{
background-color: #3C3E52;
}
</style>
border-color css
<style>
span { border-color: #3C3E52; }
span { border-color: rgb(60,62,82); }
td.TdClassName
{
border-color: #3C3E52;
}
.TagClassName
{
border-color: #3C3E52;
}
</style>