Shades of Payne's Grey #3E3F58
Tints of Payne's Grey #3E3F58
RGB
CMYK
RGB Variations
Color information
#3E3F58 (or 0x3E3F58) is known color: Payne's Grey. HEX triplet: 3E, 3F and 58. RGB value is (62,63,88). Sum of RGB (Red+Green+Blue) = 62+63+88=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E3F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3F58 is #C1C0A7. Grayscale: #414141. Windows color (decimal): -12697768 or 5783358. OLE color: 5783358.
HSL color Cylindrical-coordinate representation of color #3E3F58: hue angle of 237.69º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E3F58 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 63 | 88 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.65 |
| HSL | 237.69º | 0.17% | 0.29% | - |
| HSV(B) | 237.69º | 0.3% | 0.35% | - |
| XYZ | 5.53 | 5.28 | 9.96 | - |
| YUV | 65.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 63 | 88 | 0.30 | 0.28 | 0 | 0.65 | 237.69 | 0.17 | 0.29 |
| Hex | 3E | 3F | 58 | 1E | 1C | 0 | 41 | EE | 11 | 1D |
| Octal | 76 | 77 | 130 | 36 | 34 | 0 | 101 | 356 | 21 | 35 |
| Binary | 111110 | 111111 | 1011000 | 11110 | 11100 | 0 | 1000001 | 11101110 | 10001 | 11101 |
Color Harmonies of #3E3F58
Complementary color
Monochromatic Colors of #3E3F58
Black with #3E3F58
Text Example
Text Example
White with #3E3F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3F58; }
p { color: rgb(62,63,88); }
H1.HeaderClassName
{
color: #3E3F58;
}
.AnyTagClassName
{
color: #3E3F58;
}
</style>
background-color css
<style>
a { background-color: #3E3F58; }
a { background-color: rgb(62,63,88); }
div.DivClassName
{
background-color: #3E3F58;
}
.BgClassName
{
background-color: #3E3F58;
}
</style>
border-color css
<style>
span { border-color: #3E3F58; }
span { border-color: rgb(62,63,88); }
td.TdClassName
{
border-color: #3E3F58;
}
.TagClassName
{
border-color: #3E3F58;
}
</style>