Shades of Bunting #212E52
Tints of Bunting #212E52
RGB
CMYK
RGB Variations
Color information
#212E52 (or 0x212E52) is known color: Bunting. HEX triplet: 21, 2E and 52. RGB value is (33,46,82). Sum of RGB (Red+Green+Blue) = 33+46+82=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #212E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E52 is #DED1AD. Grayscale: #2E2E2E. Windows color (decimal): -14602670 or 5385761. OLE color: 5385761.
HSL color Cylindrical-coordinate representation of color #212E52: hue angle of 224.08º 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 #212E52 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 46 | 82 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.68 |
| HSL | 224.08º | 0.43% | 0.23% | - |
| HSV(B) | 224.08º | 0.6% | 0.32% | - |
| XYZ | 3.13 | 2.89 | 8.37 | - |
| YUV | 46.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 82 | 0.60 | 0.44 | 0 | 0.68 | 224.08 | 0.43 | 0.23 |
| Hex | 21 | 2E | 52 | 3C | 2C | 0 | 44 | E0 | 2B | 17 |
| Octal | 41 | 56 | 122 | 74 | 54 | 0 | 104 | 340 | 53 | 27 |
| Binary | 100001 | 101110 | 1010010 | 111100 | 101100 | 0 | 1000100 | 11100000 | 101011 | 10111 |
Color Harmonies of #212E52
Complementary color
Monochromatic Colors of #212E52
Black with #212E52
Text Example
Text Example
White with #212E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E52; }
p { color: rgb(33,46,82); }
H1.HeaderClassName
{
color: #212E52;
}
.AnyTagClassName
{
color: #212E52;
}
</style>
background-color css
<style>
a { background-color: #212E52; }
a { background-color: rgb(33,46,82); }
div.DivClassName
{
background-color: #212E52;
}
.BgClassName
{
background-color: #212E52;
}
</style>
border-color css
<style>
span { border-color: #212E52; }
span { border-color: rgb(33,46,82); }
td.TdClassName
{
border-color: #212E52;
}
.TagClassName
{
border-color: #212E52;
}
</style>