Shades of Bunting #28354D
Tints of Bunting #28354D
RGB
CMYK
RGB Variations
Color information
#28354D (or 0x28354D) is known color: Bunting. HEX triplet: 28, 35 and 4D. RGB value is (40,53,77). Sum of RGB (Red+Green+Blue) = 40+53+77=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #28354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28354D is #D7CAB2. Grayscale: #333333. Windows color (decimal): -14142131 or 5059880. OLE color: 5059880.
HSL color Cylindrical-coordinate representation of color #28354D: hue angle of 218.92º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #28354D is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 40 | 53 | 77 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.70 |
| HSL | 218.92º | 0.32% | 0.23% | - |
| HSV(B) | 218.92º | 0.48% | 0.3% | - |
| XYZ | 3.49 | 3.53 | 7.52 | - |
| YUV | 51.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 77 | 0.48 | 0.31 | 0 | 0.70 | 218.92 | 0.32 | 0.23 |
| Hex | 28 | 35 | 4D | 30 | 1F | 0 | 46 | DB | 20 | 17 |
| Octal | 50 | 65 | 115 | 60 | 37 | 0 | 106 | 333 | 40 | 27 |
| Binary | 101000 | 110101 | 1001101 | 110000 | 11111 | 0 | 1000110 | 11011011 | 100000 | 10111 |
Color Harmonies of #28354D
Complementary color
Monochromatic Colors of #28354D
Black with #28354D
Text Example
Text Example
White with #28354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28354D; }
p { color: rgb(40,53,77); }
H1.HeaderClassName
{
color: #28354D;
}
.AnyTagClassName
{
color: #28354D;
}
</style>
background-color css
<style>
a { background-color: #28354D; }
a { background-color: rgb(40,53,77); }
div.DivClassName
{
background-color: #28354D;
}
.BgClassName
{
background-color: #28354D;
}
</style>
border-color css
<style>
span { border-color: #28354D; }
span { border-color: rgb(40,53,77); }
td.TdClassName
{
border-color: #28354D;
}
.TagClassName
{
border-color: #28354D;
}
</style>