Shades of Payne's Grey #3E3E50
Tints of Payne's Grey #3E3E50
RGB
CMYK
RGB Variations
Color information
#3E3E50 (or 0x3E3E50) is known color: Payne's Grey. HEX triplet: 3E, 3E and 50. RGB value is (62,62,80). Sum of RGB (Red+Green+Blue) = 62+62+80=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E3E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3E50 is #C1C1AF. Grayscale: #3F3F3F. Windows color (decimal): -12698032 or 5258814. OLE color: 5258814.
HSL color Cylindrical-coordinate representation of color #3E3E50: hue angle of 240º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E3E50 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 62 | 62 | 80 | - |
CMYK | 0.22 | 0.22 | 0 | 0.69 |
HSL | 240º | 0.13% | 0.28% | - |
HSV(B) | 240º | 0.23% | 0.31% | - |
XYZ | 5.16 | 5.05 | 8.29 | - |
YUV | 64.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 62 | 80 | 0.22 | 0.22 | 0 | 0.69 | 240 | 0.13 | 0.28 |
Hex | 3E | 3E | 50 | 16 | 16 | 0 | 45 | F0 | D | 1C |
Octal | 76 | 76 | 120 | 26 | 26 | 0 | 105 | 360 | 15 | 34 |
Binary | 111110 | 111110 | 1010000 | 10110 | 10110 | 0 | 1000101 | 11110000 | 1101 | 11100 |
Color Harmonies of #3E3E50
Complementary color
Monochromatic Colors of #3E3E50
Black with #3E3E50
Text Example
Text Example
White with #3E3E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3E50; }
p { color: rgb(62,62,80); }
H1.HeaderClassName
{
color: #3E3E50;
}
.AnyTagClassName
{
color: #3E3E50;
}
</style>
background-color css
<style>
a { background-color: #3E3E50; }
a { background-color: rgb(62,62,80); }
div.DivClassName
{
background-color: #3E3E50;
}
.BgClassName
{
background-color: #3E3E50;
}
</style>
border-color css
<style>
span { border-color: #3E3E50; }
span { border-color: rgb(62,62,80); }
td.TdClassName
{
border-color: #3E3E50;
}
.TagClassName
{
border-color: #3E3E50;
}
</style>