Shades of Bunting #31364D
Tints of Bunting #31364D
RGB
CMYK
RGB Variations
Color information
#31364D (or 0x31364D) is known color: Bunting. HEX triplet: 31, 36 and 4D. RGB value is (49,54,77). Sum of RGB (Red+Green+Blue) = 49+54+77=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #31364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31364D is #CEC9B2. Grayscale: #373737. Windows color (decimal): -13552051 or 5060145. OLE color: 5060145.
HSL color Cylindrical-coordinate representation of color #31364D: hue angle of 229.29º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31364D is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 54 | 77 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.70 |
| HSL | 229.29º | 0.22% | 0.25% | - |
| HSV(B) | 229.29º | 0.36% | 0.3% | - |
| XYZ | 3.93 | 3.83 | 7.55 | - |
| YUV | 55.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 77 | 0.36 | 0.30 | 0 | 0.70 | 229.29 | 0.22 | 0.25 |
| Hex | 31 | 36 | 4D | 24 | 1E | 0 | 46 | E5 | 16 | 19 |
| Octal | 61 | 66 | 115 | 44 | 36 | 0 | 106 | 345 | 26 | 31 |
| Binary | 110001 | 110110 | 1001101 | 100100 | 11110 | 0 | 1000110 | 11100101 | 10110 | 11001 |
Color Harmonies of #31364D
Complementary color
Monochromatic Colors of #31364D
Black with #31364D
Text Example
Text Example
White with #31364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31364D; }
p { color: rgb(49,54,77); }
H1.HeaderClassName
{
color: #31364D;
}
.AnyTagClassName
{
color: #31364D;
}
</style>
background-color css
<style>
a { background-color: #31364D; }
a { background-color: rgb(49,54,77); }
div.DivClassName
{
background-color: #31364D;
}
.BgClassName
{
background-color: #31364D;
}
</style>
border-color css
<style>
span { border-color: #31364D; }
span { border-color: rgb(49,54,77); }
td.TdClassName
{
border-color: #31364D;
}
.TagClassName
{
border-color: #31364D;
}
</style>