Shades of Payne's Grey #3A3852
Tints of Payne's Grey #3A3852
RGB
CMYK
RGB Variations
Color information
#3A3852 (or 0x3A3852) is known color: Payne's Grey. HEX triplet: 3A, 38 and 52. RGB value is (58,56,82). Sum of RGB (Red+Green+Blue) = 58+56+82=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #3A3852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3852 is #C5C7AD. Grayscale: #3B3B3B. Windows color (decimal): -12961710 or 5388346. OLE color: 5388346.
HSL color Cylindrical-coordinate representation of color #3A3852: hue angle of 244.62º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A3852 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 56 | 82 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.68 |
| HSL | 244.62º | 0.19% | 0.27% | - |
| HSV(B) | 244.62º | 0.32% | 0.32% | - |
| XYZ | 4.68 | 4.34 | 8.57 | - |
| YUV | 59.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 82 | 0.29 | 0.32 | 0 | 0.68 | 244.62 | 0.19 | 0.27 |
| Hex | 3A | 38 | 52 | 1D | 20 | 0 | 44 | F5 | 13 | 1B |
| Octal | 72 | 70 | 122 | 35 | 40 | 0 | 104 | 365 | 23 | 33 |
| Binary | 111010 | 111000 | 1010010 | 11101 | 100000 | 0 | 1000100 | 11110101 | 10011 | 11011 |
Color Harmonies of #3A3852
Complementary color
Monochromatic Colors of #3A3852
Black with #3A3852
Text Example
Text Example
White with #3A3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3852; }
p { color: rgb(58,56,82); }
H1.HeaderClassName
{
color: #3A3852;
}
.AnyTagClassName
{
color: #3A3852;
}
</style>
background-color css
<style>
a { background-color: #3A3852; }
a { background-color: rgb(58,56,82); }
div.DivClassName
{
background-color: #3A3852;
}
.BgClassName
{
background-color: #3A3852;
}
</style>
border-color css
<style>
span { border-color: #3A3852; }
span { border-color: rgb(58,56,82); }
td.TdClassName
{
border-color: #3A3852;
}
.TagClassName
{
border-color: #3A3852;
}
</style>