Shades of Bunting #303547
Tints of Bunting #303547
RGB
CMYK
RGB Variations
Color information
#303547 (or 0x303547) is known color: Bunting. HEX triplet: 30, 35 and 47. RGB value is (48,53,71). Sum of RGB (Red+Green+Blue) = 48+53+71=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #303547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303547 is #CFCAB8. Grayscale: #353535. Windows color (decimal): -13617849 or 4666672. OLE color: 4666672.
HSL color Cylindrical-coordinate representation of color #303547: hue angle of 226.96º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303547 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 53 | 71 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.72 |
| HSL | 226.96º | 0.19% | 0.23% | - |
| HSV(B) | 226.96º | 0.32% | 0.28% | - |
| XYZ | 3.63 | 3.63 | 6.47 | - |
| YUV | 53.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 71 | 0.32 | 0.25 | 0 | 0.72 | 226.96 | 0.19 | 0.23 |
| Hex | 30 | 35 | 47 | 20 | 19 | 0 | 48 | E3 | 13 | 17 |
| Octal | 60 | 65 | 107 | 40 | 31 | 0 | 110 | 343 | 23 | 27 |
| Binary | 110000 | 110101 | 1000111 | 100000 | 11001 | 0 | 1001000 | 11100011 | 10011 | 10111 |
Color Harmonies of #303547
Complementary color
Monochromatic Colors of #303547
Black with #303547
Text Example
Text Example
White with #303547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303547; }
p { color: rgb(48,53,71); }
H1.HeaderClassName
{
color: #303547;
}
.AnyTagClassName
{
color: #303547;
}
</style>
background-color css
<style>
a { background-color: #303547; }
a { background-color: rgb(48,53,71); }
div.DivClassName
{
background-color: #303547;
}
.BgClassName
{
background-color: #303547;
}
</style>
border-color css
<style>
span { border-color: #303547; }
span { border-color: rgb(48,53,71); }
td.TdClassName
{
border-color: #303547;
}
.TagClassName
{
border-color: #303547;
}
</style>