Shades of Bunting #28354E
Tints of Bunting #28354E
RGB
CMYK
RGB Variations
Color information
#28354E (or 0x28354E) is known color: Bunting. HEX triplet: 28, 35 and 4E. RGB value is (40,53,78). Sum of RGB (Red+Green+Blue) = 40+53+78=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #28354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28354E is #D7CAB1. Grayscale: #333333. Windows color (decimal): -14142130 or 5125416. OLE color: 5125416.
HSL color Cylindrical-coordinate representation of color #28354E: hue angle of 219.47º 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 #28354E is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 53 | 78 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.69 |
| HSL | 219.47º | 0.32% | 0.23% | - |
| HSV(B) | 219.47º | 0.49% | 0.31% | - |
| XYZ | 3.52 | 3.55 | 7.71 | - |
| YUV | 51.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 78 | 0.49 | 0.32 | 0 | 0.69 | 219.47 | 0.32 | 0.23 |
| Hex | 28 | 35 | 4E | 31 | 20 | 0 | 45 | DB | 20 | 17 |
| Octal | 50 | 65 | 116 | 61 | 40 | 0 | 105 | 333 | 40 | 27 |
| Binary | 101000 | 110101 | 1001110 | 110001 | 100000 | 0 | 1000101 | 11011011 | 100000 | 10111 |
Color Harmonies of #28354E
Complementary color
Monochromatic Colors of #28354E
Black with #28354E
Text Example
Text Example
White with #28354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28354E; }
p { color: rgb(40,53,78); }
H1.HeaderClassName
{
color: #28354E;
}
.AnyTagClassName
{
color: #28354E;
}
</style>
background-color css
<style>
a { background-color: #28354E; }
a { background-color: rgb(40,53,78); }
div.DivClassName
{
background-color: #28354E;
}
.BgClassName
{
background-color: #28354E;
}
</style>
border-color css
<style>
span { border-color: #28354E; }
span { border-color: rgb(40,53,78); }
td.TdClassName
{
border-color: #28354E;
}
.TagClassName
{
border-color: #28354E;
}
</style>