Shades of Bunting #212F49
Tints of Bunting #212F49
RGB
CMYK
RGB Variations
Color information
#212F49 (or 0x212F49) is known color: Bunting. HEX triplet: 21, 2F and 49. RGB value is (33,47,73). Sum of RGB (Red+Green+Blue) = 33+47+73=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #212F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F49 is #DED0B6. Grayscale: #2D2D2D. Windows color (decimal): -14602423 or 4796193. OLE color: 4796193.
HSL color Cylindrical-coordinate representation of color #212F49: hue angle of 219º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212F49 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 47 | 73 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.71 |
| HSL | 219º | 0.38% | 0.21% | - |
| HSV(B) | 219º | 0.55% | 0.29% | - |
| XYZ | 2.85 | 2.84 | 6.7 | - |
| YUV | 45.78 | 143.36 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 73 | 0.55 | 0.36 | 0 | 0.71 | 219 | 0.38 | 0.21 |
| Hex | 21 | 2F | 49 | 37 | 24 | 0 | 47 | DB | 26 | 15 |
| Octal | 41 | 57 | 111 | 67 | 44 | 0 | 107 | 333 | 46 | 25 |
| Binary | 100001 | 101111 | 1001001 | 110111 | 100100 | 0 | 1000111 | 11011011 | 100110 | 10101 |
Color Harmonies of #212F49
Complementary color
Monochromatic Colors of #212F49
Black with #212F49
Text Example
Text Example
White with #212F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F49; }
p { color: rgb(33,47,73); }
H1.HeaderClassName
{
color: #212F49;
}
.AnyTagClassName
{
color: #212F49;
}
</style>
background-color css
<style>
a { background-color: #212F49; }
a { background-color: rgb(33,47,73); }
div.DivClassName
{
background-color: #212F49;
}
.BgClassName
{
background-color: #212F49;
}
</style>
border-color css
<style>
span { border-color: #212F49; }
span { border-color: rgb(33,47,73); }
td.TdClassName
{
border-color: #212F49;
}
.TagClassName
{
border-color: #212F49;
}
</style>