Shades of Payne's Grey #3A3B52
Tints of Payne's Grey #3A3B52
RGB
CMYK
RGB Variations
Color information
#3A3B52 (or 0x3A3B52) is known color: Payne's Grey. HEX triplet: 3A, 3B and 52. RGB value is (58,59,82). Sum of RGB (Red+Green+Blue) = 58+59+82=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A3B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3B52 is #C5C4AD. Grayscale: #3D3D3D. Windows color (decimal): -12960942 or 5389114. OLE color: 5389114.
HSL color Cylindrical-coordinate representation of color #3A3B52: hue angle of 237.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A3B52 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 59 | 82 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.68 |
| HSL | 237.5º | 0.17% | 0.27% | - |
| HSV(B) | 237.5º | 0.29% | 0.32% | - |
| XYZ | 4.83 | 4.64 | 8.62 | - |
| YUV | 61.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 82 | 0.29 | 0.28 | 0 | 0.68 | 237.5 | 0.17 | 0.27 |
| Hex | 3A | 3B | 52 | 1D | 1C | 0 | 44 | EE | 11 | 1B |
| Octal | 72 | 73 | 122 | 35 | 34 | 0 | 104 | 356 | 21 | 33 |
| Binary | 111010 | 111011 | 1010010 | 11101 | 11100 | 0 | 1000100 | 11101110 | 10001 | 11011 |
Color Harmonies of #3A3B52
Complementary color
Monochromatic Colors of #3A3B52
Black with #3A3B52
Text Example
Text Example
White with #3A3B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B52; }
p { color: rgb(58,59,82); }
H1.HeaderClassName
{
color: #3A3B52;
}
.AnyTagClassName
{
color: #3A3B52;
}
</style>
background-color css
<style>
a { background-color: #3A3B52; }
a { background-color: rgb(58,59,82); }
div.DivClassName
{
background-color: #3A3B52;
}
.BgClassName
{
background-color: #3A3B52;
}
</style>
border-color css
<style>
span { border-color: #3A3B52; }
span { border-color: rgb(58,59,82); }
td.TdClassName
{
border-color: #3A3B52;
}
.TagClassName
{
border-color: #3A3B52;
}
</style>