Shades of Bunting #213047
Tints of Bunting #213047
RGB
CMYK
RGB Variations
Color information
#213047 (or 0x213047) is known color: Bunting. HEX triplet: 21, 30 and 47. RGB value is (33,48,71). Sum of RGB (Red+Green+Blue) = 33+48+71=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 71 - color contains mainly: blue. Hex color #213047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213047 is #DECFB8. Grayscale: #2E2E2E. Windows color (decimal): -14602169 or 4665377. OLE color: 4665377.
HSL color Cylindrical-coordinate representation of color #213047: hue angle of 216.32º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213047 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 48 | 71 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.72 |
| HSL | 216.32º | 0.37% | 0.2% | - |
| HSV(B) | 216.32º | 0.54% | 0.28% | - |
| XYZ | 2.82 | 2.89 | 6.37 | - |
| YUV | 46.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 71 | 0.54 | 0.32 | 0 | 0.72 | 216.32 | 0.37 | 0.2 |
| Hex | 21 | 30 | 47 | 36 | 20 | 0 | 48 | D8 | 25 | 14 |
| Octal | 41 | 60 | 107 | 66 | 40 | 0 | 110 | 330 | 45 | 24 |
| Binary | 100001 | 110000 | 1000111 | 110110 | 100000 | 0 | 1001000 | 11011000 | 100101 | 10100 |
Color Harmonies of #213047
Complementary color
Monochromatic Colors of #213047
Black with #213047
Text Example
Text Example
White with #213047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213047; }
p { color: rgb(33,48,71); }
H1.HeaderClassName
{
color: #213047;
}
.AnyTagClassName
{
color: #213047;
}
</style>
background-color css
<style>
a { background-color: #213047; }
a { background-color: rgb(33,48,71); }
div.DivClassName
{
background-color: #213047;
}
.BgClassName
{
background-color: #213047;
}
</style>
border-color css
<style>
span { border-color: #213047; }
span { border-color: rgb(33,48,71); }
td.TdClassName
{
border-color: #213047;
}
.TagClassName
{
border-color: #213047;
}
</style>