Shades of Bunting #212F47
Tints of Bunting #212F47
RGB
CMYK
RGB Variations
Color information
#212F47 (or 0x212F47) is known color: Bunting. HEX triplet: 21, 2F and 47. RGB value is (33,47,71). Sum of RGB (Red+Green+Blue) = 33+47+71=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #212F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F47 is #DED0B8. Grayscale: #2D2D2D. Windows color (decimal): -14602425 or 4665121. OLE color: 4665121.
HSL color Cylindrical-coordinate representation of color #212F47: hue angle of 217.89º 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 #212F47 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 47 | 71 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.72 |
| HSL | 217.89º | 0.37% | 0.2% | - |
| HSV(B) | 217.89º | 0.54% | 0.28% | - |
| XYZ | 2.78 | 2.81 | 6.36 | - |
| YUV | 45.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 71 | 0.54 | 0.34 | 0 | 0.72 | 217.89 | 0.37 | 0.2 |
| Hex | 21 | 2F | 47 | 36 | 22 | 0 | 48 | DA | 25 | 14 |
| Octal | 41 | 57 | 107 | 66 | 42 | 0 | 110 | 332 | 45 | 24 |
| Binary | 100001 | 101111 | 1000111 | 110110 | 100010 | 0 | 1001000 | 11011010 | 100101 | 10100 |
Color Harmonies of #212F47
Complementary color
Monochromatic Colors of #212F47
Black with #212F47
Text Example
Text Example
White with #212F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F47; }
p { color: rgb(33,47,71); }
H1.HeaderClassName
{
color: #212F47;
}
.AnyTagClassName
{
color: #212F47;
}
</style>
background-color css
<style>
a { background-color: #212F47; }
a { background-color: rgb(33,47,71); }
div.DivClassName
{
background-color: #212F47;
}
.BgClassName
{
background-color: #212F47;
}
</style>
border-color css
<style>
span { border-color: #212F47; }
span { border-color: rgb(33,47,71); }
td.TdClassName
{
border-color: #212F47;
}
.TagClassName
{
border-color: #212F47;
}
</style>