Shades of Bunting #212C4A
Tints of Bunting #212C4A
RGB
CMYK
RGB Variations
Color information
#212C4A (or 0x212C4A) is known color: Bunting. HEX triplet: 21, 2C and 4A. RGB value is (33,44,74). Sum of RGB (Red+Green+Blue) = 33+44+74=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #212C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C4A is #DED3B5. Grayscale: #2C2C2C. Windows color (decimal): -14603190 or 4860961. OLE color: 4860961.
HSL color Cylindrical-coordinate representation of color #212C4A: hue angle of 223.9º 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 #212C4A is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 44 | 74 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.71 |
| HSL | 223.9º | 0.38% | 0.21% | - |
| HSV(B) | 223.9º | 0.55% | 0.29% | - |
| XYZ | 2.76 | 2.62 | 6.84 | - |
| YUV | 44.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 74 | 0.55 | 0.41 | 0 | 0.71 | 223.9 | 0.38 | 0.21 |
| Hex | 21 | 2C | 4A | 37 | 29 | 0 | 47 | E0 | 26 | 15 |
| Octal | 41 | 54 | 112 | 67 | 51 | 0 | 107 | 340 | 46 | 25 |
| Binary | 100001 | 101100 | 1001010 | 110111 | 101001 | 0 | 1000111 | 11100000 | 100110 | 10101 |
Color Harmonies of #212C4A
Complementary color
Monochromatic Colors of #212C4A
Black with #212C4A
Text Example
Text Example
White with #212C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C4A; }
p { color: rgb(33,44,74); }
H1.HeaderClassName
{
color: #212C4A;
}
.AnyTagClassName
{
color: #212C4A;
}
</style>
background-color css
<style>
a { background-color: #212C4A; }
a { background-color: rgb(33,44,74); }
div.DivClassName
{
background-color: #212C4A;
}
.BgClassName
{
background-color: #212C4A;
}
</style>
border-color css
<style>
span { border-color: #212C4A; }
span { border-color: rgb(33,44,74); }
td.TdClassName
{
border-color: #212C4A;
}
.TagClassName
{
border-color: #212C4A;
}
</style>