Shades of Payne's Grey #383A4D
Tints of Payne's Grey #383A4D
RGB
CMYK
RGB Variations
Color information
#383A4D (or 0x383A4D) is known color: Payne's Grey. HEX triplet: 38, 3A and 4D. RGB value is (56,58,77). Sum of RGB (Red+Green+Blue) = 56+58+77=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #383A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A4D is #C7C5B2. Grayscale: #3B3B3B. Windows color (decimal): -13092275 or 5061176. OLE color: 5061176.
HSL color Cylindrical-coordinate representation of color #383A4D: hue angle of 234.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383A4D is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 58 | 77 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.70 |
| HSL | 234.29º | 0.16% | 0.26% | - |
| HSV(B) | 234.29º | 0.27% | 0.3% | - |
| XYZ | 4.48 | 4.4 | 7.63 | - |
| YUV | 59.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 77 | 0.27 | 0.25 | 0 | 0.70 | 234.29 | 0.16 | 0.26 |
| Hex | 38 | 3A | 4D | 1B | 19 | 0 | 46 | EA | 10 | 1A |
| Octal | 70 | 72 | 115 | 33 | 31 | 0 | 106 | 352 | 20 | 32 |
| Binary | 111000 | 111010 | 1001101 | 11011 | 11001 | 0 | 1000110 | 11101010 | 10000 | 11010 |
Color Harmonies of #383A4D
Complementary color
Monochromatic Colors of #383A4D
Black with #383A4D
Text Example
Text Example
White with #383A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A4D; }
p { color: rgb(56,58,77); }
H1.HeaderClassName
{
color: #383A4D;
}
.AnyTagClassName
{
color: #383A4D;
}
</style>
background-color css
<style>
a { background-color: #383A4D; }
a { background-color: rgb(56,58,77); }
div.DivClassName
{
background-color: #383A4D;
}
.BgClassName
{
background-color: #383A4D;
}
</style>
border-color css
<style>
span { border-color: #383A4D; }
span { border-color: rgb(56,58,77); }
td.TdClassName
{
border-color: #383A4D;
}
.TagClassName
{
border-color: #383A4D;
}
</style>