Shades of Payne's Grey #363748
Tints of Payne's Grey #363748
RGB
CMYK
RGB Variations
Color information
#363748 (or 0x363748) is known color: Payne's Grey. HEX triplet: 36, 37 and 48. RGB value is (54,55,72). Sum of RGB (Red+Green+Blue) = 54+55+72=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #363748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363748 is #C9C8B7. Grayscale: #383838. Windows color (decimal): -13224120 or 4732726. OLE color: 4732726.
HSL color Cylindrical-coordinate representation of color #363748: hue angle of 236.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #363748 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 55 | 72 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.72 |
| HSL | 236.67º | 0.14% | 0.25% | - |
| HSV(B) | 236.67º | 0.25% | 0.28% | - |
| XYZ | 4.06 | 3.98 | 6.69 | - |
| YUV | 56.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 72 | 0.25 | 0.24 | 0 | 0.72 | 236.67 | 0.14 | 0.25 |
| Hex | 36 | 37 | 48 | 19 | 18 | 0 | 48 | ED | E | 19 |
| Octal | 66 | 67 | 110 | 31 | 30 | 0 | 110 | 355 | 16 | 31 |
| Binary | 110110 | 110111 | 1001000 | 11001 | 11000 | 0 | 1001000 | 11101101 | 1110 | 11001 |
Color Harmonies of #363748
Complementary color
Monochromatic Colors of #363748
Black with #363748
Text Example
Text Example
White with #363748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363748; }
p { color: rgb(54,55,72); }
H1.HeaderClassName
{
color: #363748;
}
.AnyTagClassName
{
color: #363748;
}
</style>
background-color css
<style>
a { background-color: #363748; }
a { background-color: rgb(54,55,72); }
div.DivClassName
{
background-color: #363748;
}
.BgClassName
{
background-color: #363748;
}
</style>
border-color css
<style>
span { border-color: #363748; }
span { border-color: rgb(54,55,72); }
td.TdClassName
{
border-color: #363748;
}
.TagClassName
{
border-color: #363748;
}
</style>