Shades of Bunting #31374E
Tints of Bunting #31374E
RGB
CMYK
RGB Variations
Color information
#31374E (or 0x31374E) is known color: Bunting. HEX triplet: 31, 37 and 4E. RGB value is (49,55,78). Sum of RGB (Red+Green+Blue) = 49+55+78=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #31374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31374E is #CEC8B1. Grayscale: #373737. Windows color (decimal): -13551794 or 5125937. OLE color: 5125937.
HSL color Cylindrical-coordinate representation of color #31374E: hue angle of 227.59º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31374E is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 55 | 78 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.69 |
| HSL | 227.59º | 0.23% | 0.25% | - |
| HSV(B) | 227.59º | 0.37% | 0.31% | - |
| XYZ | 4.01 | 3.94 | 7.76 | - |
| YUV | 55.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 78 | 0.37 | 0.29 | 0 | 0.69 | 227.59 | 0.23 | 0.25 |
| Hex | 31 | 37 | 4E | 25 | 1D | 0 | 45 | E4 | 17 | 19 |
| Octal | 61 | 67 | 116 | 45 | 35 | 0 | 105 | 344 | 27 | 31 |
| Binary | 110001 | 110111 | 1001110 | 100101 | 11101 | 0 | 1000101 | 11100100 | 10111 | 11001 |
Color Harmonies of #31374E
Complementary color
Monochromatic Colors of #31374E
Black with #31374E
Text Example
Text Example
White with #31374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31374E; }
p { color: rgb(49,55,78); }
H1.HeaderClassName
{
color: #31374E;
}
.AnyTagClassName
{
color: #31374E;
}
</style>
background-color css
<style>
a { background-color: #31374E; }
a { background-color: rgb(49,55,78); }
div.DivClassName
{
background-color: #31374E;
}
.BgClassName
{
background-color: #31374E;
}
</style>
border-color css
<style>
span { border-color: #31374E; }
span { border-color: rgb(49,55,78); }
td.TdClassName
{
border-color: #31374E;
}
.TagClassName
{
border-color: #31374E;
}
</style>