Shades of Bunting #313850
Tints of Bunting #313850
RGB
CMYK
RGB Variations
Color information
#313850 (or 0x313850) is known color: Bunting. HEX triplet: 31, 38 and 50. RGB value is (49,56,80). Sum of RGB (Red+Green+Blue) = 49+56+80=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #313850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313850 is #CEC7AF. Grayscale: #383838. Windows color (decimal): -13551536 or 5257265. OLE color: 5257265.
HSL color Cylindrical-coordinate representation of color #313850: hue angle of 226.45º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313850 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 56 | 80 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.69 |
| HSL | 226.45º | 0.24% | 0.25% | - |
| HSV(B) | 226.45º | 0.39% | 0.31% | - |
| XYZ | 4.13 | 4.06 | 8.16 | - |
| YUV | 56.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 80 | 0.39 | 0.30 | 0 | 0.69 | 226.45 | 0.24 | 0.25 |
| Hex | 31 | 38 | 50 | 27 | 1E | 0 | 45 | E2 | 18 | 19 |
| Octal | 61 | 70 | 120 | 47 | 36 | 0 | 105 | 342 | 30 | 31 |
| Binary | 110001 | 111000 | 1010000 | 100111 | 11110 | 0 | 1000101 | 11100010 | 11000 | 11001 |
Color Harmonies of #313850
Complementary color
Monochromatic Colors of #313850
Black with #313850
Text Example
Text Example
White with #313850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313850; }
p { color: rgb(49,56,80); }
H1.HeaderClassName
{
color: #313850;
}
.AnyTagClassName
{
color: #313850;
}
</style>
background-color css
<style>
a { background-color: #313850; }
a { background-color: rgb(49,56,80); }
div.DivClassName
{
background-color: #313850;
}
.BgClassName
{
background-color: #313850;
}
</style>
border-color css
<style>
span { border-color: #313850; }
span { border-color: rgb(49,56,80); }
td.TdClassName
{
border-color: #313850;
}
.TagClassName
{
border-color: #313850;
}
</style>