Shades of Payne's Grey #383A55
Tints of Payne's Grey #383A55
RGB
CMYK
RGB Variations
Color information
#383A55 (or 0x383A55) is known color: Payne's Grey. HEX triplet: 38, 3A and 55. RGB value is (56,58,85). Sum of RGB (Red+Green+Blue) = 56+58+85=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #383A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A55 is #C7C5AA. Grayscale: #3C3C3C. Windows color (decimal): -13092267 or 5585464. OLE color: 5585464.
HSL color Cylindrical-coordinate representation of color #383A55: hue angle of 235.86º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #383A55 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 58 | 85 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.67 |
| HSL | 235.86º | 0.21% | 0.28% | - |
| HSV(B) | 235.86º | 0.34% | 0.33% | - |
| XYZ | 4.78 | 4.52 | 9.22 | - |
| YUV | 60.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 85 | 0.34 | 0.32 | 0 | 0.67 | 235.86 | 0.21 | 0.28 |
| Hex | 38 | 3A | 55 | 22 | 20 | 0 | 43 | EC | 15 | 1C |
| Octal | 70 | 72 | 125 | 42 | 40 | 0 | 103 | 354 | 25 | 34 |
| Binary | 111000 | 111010 | 1010101 | 100010 | 100000 | 0 | 1000011 | 11101100 | 10101 | 11100 |
Color Harmonies of #383A55
Complementary color
Monochromatic Colors of #383A55
Black with #383A55
Text Example
Text Example
White with #383A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A55; }
p { color: rgb(56,58,85); }
H1.HeaderClassName
{
color: #383A55;
}
.AnyTagClassName
{
color: #383A55;
}
</style>
background-color css
<style>
a { background-color: #383A55; }
a { background-color: rgb(56,58,85); }
div.DivClassName
{
background-color: #383A55;
}
.BgClassName
{
background-color: #383A55;
}
</style>
border-color css
<style>
span { border-color: #383A55; }
span { border-color: rgb(56,58,85); }
td.TdClassName
{
border-color: #383A55;
}
.TagClassName
{
border-color: #383A55;
}
</style>