Shades of Bunting #28314E
Tints of Bunting #28314E
RGB
CMYK
RGB Variations
Color information
#28314E (or 0x28314E) is known color: Bunting. HEX triplet: 28, 31 and 4E. RGB value is (40,49,78). Sum of RGB (Red+Green+Blue) = 40+49+78=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #28314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28314E is #D7CEB1. Grayscale: #313131. Windows color (decimal): -14143154 or 5124392. OLE color: 5124392.
HSL color Cylindrical-coordinate representation of color #28314E: hue angle of 225.79º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28314E is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 49 | 78 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.69 |
| HSL | 225.79º | 0.32% | 0.23% | - |
| HSV(B) | 225.79º | 0.49% | 0.31% | - |
| XYZ | 3.35 | 3.2 | 7.65 | - |
| YUV | 49.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 78 | 0.49 | 0.37 | 0 | 0.69 | 225.79 | 0.32 | 0.23 |
| Hex | 28 | 31 | 4E | 31 | 25 | 0 | 45 | E2 | 20 | 17 |
| Octal | 50 | 61 | 116 | 61 | 45 | 0 | 105 | 342 | 40 | 27 |
| Binary | 101000 | 110001 | 1001110 | 110001 | 100101 | 0 | 1000101 | 11100010 | 100000 | 10111 |
Color Harmonies of #28314E
Complementary color
Monochromatic Colors of #28314E
Black with #28314E
Text Example
Text Example
White with #28314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28314E; }
p { color: rgb(40,49,78); }
H1.HeaderClassName
{
color: #28314E;
}
.AnyTagClassName
{
color: #28314E;
}
</style>
background-color css
<style>
a { background-color: #28314E; }
a { background-color: rgb(40,49,78); }
div.DivClassName
{
background-color: #28314E;
}
.BgClassName
{
background-color: #28314E;
}
</style>
border-color css
<style>
span { border-color: #28314E; }
span { border-color: rgb(40,49,78); }
td.TdClassName
{
border-color: #28314E;
}
.TagClassName
{
border-color: #28314E;
}
</style>