Shades of Bunting #212E50
Tints of Bunting #212E50
RGB
CMYK
RGB Variations
Color information
#212E50 (or 0x212E50) is known color: Bunting. HEX triplet: 21, 2E and 50. RGB value is (33,46,80). Sum of RGB (Red+Green+Blue) = 33+46+80=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #212E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E50 is #DED1AF. Grayscale: #2D2D2D. Windows color (decimal): -14602672 or 5254689. OLE color: 5254689.
HSL color Cylindrical-coordinate representation of color #212E50: hue angle of 223.4º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212E50 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 46 | 80 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.69 |
| HSL | 223.4º | 0.42% | 0.22% | - |
| HSV(B) | 223.4º | 0.59% | 0.31% | - |
| XYZ | 3.05 | 2.86 | 7.98 | - |
| YUV | 45.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 80 | 0.59 | 0.42 | 0 | 0.69 | 223.4 | 0.42 | 0.22 |
| Hex | 21 | 2E | 50 | 3B | 2A | 0 | 45 | DF | 2A | 16 |
| Octal | 41 | 56 | 120 | 73 | 52 | 0 | 105 | 337 | 52 | 26 |
| Binary | 100001 | 101110 | 1010000 | 111011 | 101010 | 0 | 1000101 | 11011111 | 101010 | 10110 |
Color Harmonies of #212E50
Complementary color
Monochromatic Colors of #212E50
Black with #212E50
Text Example
Text Example
White with #212E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E50; }
p { color: rgb(33,46,80); }
H1.HeaderClassName
{
color: #212E50;
}
.AnyTagClassName
{
color: #212E50;
}
</style>
background-color css
<style>
a { background-color: #212E50; }
a { background-color: rgb(33,46,80); }
div.DivClassName
{
background-color: #212E50;
}
.BgClassName
{
background-color: #212E50;
}
</style>
border-color css
<style>
span { border-color: #212E50; }
span { border-color: rgb(33,46,80); }
td.TdClassName
{
border-color: #212E50;
}
.TagClassName
{
border-color: #212E50;
}
</style>