Shades of Payne's Grey #3E3C51
Tints of Payne's Grey #3E3C51
RGB
CMYK
RGB Variations
Color information
#3E3C51 (or 0x3E3C51) is known color: Payne's Grey. HEX triplet: 3E, 3C and 51. RGB value is (62,60,81). Sum of RGB (Red+Green+Blue) = 62+60+81=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E3C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3C51 is #C1C3AE. Grayscale: #3E3E3E. Windows color (decimal): -12698543 or 5323838. OLE color: 5323838.
HSL color Cylindrical-coordinate representation of color #3E3C51: hue angle of 245.71º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3E3C51 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 62 | 60 | 81 | - |
CMYK | 0.23 | 0.26 | 0 | 0.68 |
HSL | 245.71º | 0.15% | 0.28% | - |
HSV(B) | 245.71º | 0.26% | 0.32% | - |
XYZ | 5.09 | 4.85 | 8.45 | - |
YUV | 62.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 60 | 81 | 0.23 | 0.26 | 0 | 0.68 | 245.71 | 0.15 | 0.28 |
Hex | 3E | 3C | 51 | 17 | 1A | 0 | 44 | F6 | F | 1C |
Octal | 76 | 74 | 121 | 27 | 32 | 0 | 104 | 366 | 17 | 34 |
Binary | 111110 | 111100 | 1010001 | 10111 | 11010 | 0 | 1000100 | 11110110 | 1111 | 11100 |
Color Harmonies of #3E3C51
Complementary color
Monochromatic Colors of #3E3C51
Black with #3E3C51
Text Example
Text Example
White with #3E3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3C51; }
p { color: rgb(62,60,81); }
H1.HeaderClassName
{
color: #3E3C51;
}
.AnyTagClassName
{
color: #3E3C51;
}
</style>
background-color css
<style>
a { background-color: #3E3C51; }
a { background-color: rgb(62,60,81); }
div.DivClassName
{
background-color: #3E3C51;
}
.BgClassName
{
background-color: #3E3C51;
}
</style>
border-color css
<style>
span { border-color: #3E3C51; }
span { border-color: rgb(62,60,81); }
td.TdClassName
{
border-color: #3E3C51;
}
.TagClassName
{
border-color: #3E3C51;
}
</style>