Shades of Payne's Grey #3E3E55
Tints of Payne's Grey #3E3E55
RGB
CMYK
RGB Variations
Color information
#3E3E55 (or 0x3E3E55) is known color: Payne's Grey. HEX triplet: 3E, 3E and 55. RGB value is (62,62,85). Sum of RGB (Red+Green+Blue) = 62+62+85=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #3E3E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3E55 is #C1C1AA. Grayscale: #404040. Windows color (decimal): -12698027 or 5586494. OLE color: 5586494.
HSL color Cylindrical-coordinate representation of color #3E3E55: hue angle of 240º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E3E55 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 62 | 62 | 85 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.67 |
| HSL | 240º | 0.16% | 0.29% | - |
| HSV(B) | 240º | 0.27% | 0.33% | - |
| XYZ | 5.35 | 5.13 | 9.3 | - |
| YUV | 64.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 62 | 85 | 0.27 | 0.27 | 0 | 0.67 | 240 | 0.16 | 0.29 |
| Hex | 3E | 3E | 55 | 1B | 1B | 0 | 43 | F0 | 10 | 1D |
| Octal | 76 | 76 | 125 | 33 | 33 | 0 | 103 | 360 | 20 | 35 |
| Binary | 111110 | 111110 | 1010101 | 11011 | 11011 | 0 | 1000011 | 11110000 | 10000 | 11101 |
Color Harmonies of #3E3E55
Complementary color
Monochromatic Colors of #3E3E55
Black with #3E3E55
Text Example
Text Example
White with #3E3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E55; }
p { color: rgb(62,62,85); }
H1.HeaderClassName
{
color: #3E3E55;
}
.AnyTagClassName
{
color: #3E3E55;
}
</style>
background-color css
<style>
a { background-color: #3E3E55; }
a { background-color: rgb(62,62,85); }
div.DivClassName
{
background-color: #3E3E55;
}
.BgClassName
{
background-color: #3E3E55;
}
</style>
border-color css
<style>
span { border-color: #3E3E55; }
span { border-color: rgb(62,62,85); }
td.TdClassName
{
border-color: #3E3E55;
}
.TagClassName
{
border-color: #3E3E55;
}
</style>