Shades of Bunting #212F52
Tints of Bunting #212F52
RGB
CMYK
RGB Variations
Color information
#212F52 (or 0x212F52) is known color: Bunting. HEX triplet: 21, 2F and 52. RGB value is (33,47,82). Sum of RGB (Red+Green+Blue) = 33+47+82=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #212F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F52 is #DED0AD. Grayscale: #2E2E2E. Windows color (decimal): -14602414 or 5386017. OLE color: 5386017.
HSL color Cylindrical-coordinate representation of color #212F52: hue angle of 222.86º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212F52 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 47 | 82 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.68 |
| HSL | 222.86º | 0.43% | 0.23% | - |
| HSV(B) | 222.86º | 0.6% | 0.32% | - |
| XYZ | 3.17 | 2.97 | 8.39 | - |
| YUV | 46.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 82 | 0.60 | 0.43 | 0 | 0.68 | 222.86 | 0.43 | 0.23 |
| Hex | 21 | 2F | 52 | 3C | 2B | 0 | 44 | DF | 2B | 17 |
| Octal | 41 | 57 | 122 | 74 | 53 | 0 | 104 | 337 | 53 | 27 |
| Binary | 100001 | 101111 | 1010010 | 111100 | 101011 | 0 | 1000100 | 11011111 | 101011 | 10111 |
Color Harmonies of #212F52
Complementary color
Monochromatic Colors of #212F52
Black with #212F52
Text Example
Text Example
White with #212F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F52; }
p { color: rgb(33,47,82); }
H1.HeaderClassName
{
color: #212F52;
}
.AnyTagClassName
{
color: #212F52;
}
</style>
background-color css
<style>
a { background-color: #212F52; }
a { background-color: rgb(33,47,82); }
div.DivClassName
{
background-color: #212F52;
}
.BgClassName
{
background-color: #212F52;
}
</style>
border-color css
<style>
span { border-color: #212F52; }
span { border-color: rgb(33,47,82); }
td.TdClassName
{
border-color: #212F52;
}
.TagClassName
{
border-color: #212F52;
}
</style>