Shades of Payne's Grey #3A384E
Tints of Payne's Grey #3A384E
RGB
CMYK
RGB Variations
Color information
#3A384E (or 0x3A384E) is known color: Payne's Grey. HEX triplet: 3A, 38 and 4E. RGB value is (58,56,78). Sum of RGB (Red+Green+Blue) = 58+56+78=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #3A384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A384E is #C5C7B1. Grayscale: #3B3B3B. Windows color (decimal): -12961714 or 5126202. OLE color: 5126202.
HSL color Cylindrical-coordinate representation of color #3A384E: hue angle of 245.45º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A384E is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 56 | 78 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.69 |
| HSL | 245.45º | 0.16% | 0.26% | - |
| HSV(B) | 245.45º | 0.28% | 0.31% | - |
| XYZ | 4.53 | 4.28 | 7.79 | - |
| YUV | 59.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 78 | 0.26 | 0.28 | 0 | 0.69 | 245.45 | 0.16 | 0.26 |
| Hex | 3A | 38 | 4E | 1A | 1C | 0 | 45 | F5 | 10 | 1A |
| Octal | 72 | 70 | 116 | 32 | 34 | 0 | 105 | 365 | 20 | 32 |
| Binary | 111010 | 111000 | 1001110 | 11010 | 11100 | 0 | 1000101 | 11110101 | 10000 | 11010 |
Color Harmonies of #3A384E
Complementary color
Monochromatic Colors of #3A384E
Black with #3A384E
Text Example
Text Example
White with #3A384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A384E; }
p { color: rgb(58,56,78); }
H1.HeaderClassName
{
color: #3A384E;
}
.AnyTagClassName
{
color: #3A384E;
}
</style>
background-color css
<style>
a { background-color: #3A384E; }
a { background-color: rgb(58,56,78); }
div.DivClassName
{
background-color: #3A384E;
}
.BgClassName
{
background-color: #3A384E;
}
</style>
border-color css
<style>
span { border-color: #3A384E; }
span { border-color: rgb(58,56,78); }
td.TdClassName
{
border-color: #3A384E;
}
.TagClassName
{
border-color: #3A384E;
}
</style>