Shades of Bunting #212E48
Tints of Bunting #212E48
RGB
CMYK
RGB Variations
Color information
#212E48 (or 0x212E48) is known color: Bunting. HEX triplet: 21, 2E and 48. RGB value is (33,46,72). Sum of RGB (Red+Green+Blue) = 33+46+72=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #212E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E48 is #DED1B7. Grayscale: #2C2C2C. Windows color (decimal): -14602680 or 4730401. OLE color: 4730401.
HSL color Cylindrical-coordinate representation of color #212E48: hue angle of 220º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212E48 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 46 | 72 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.72 |
| HSL | 220º | 0.37% | 0.21% | - |
| HSV(B) | 220º | 0.54% | 0.28% | - |
| XYZ | 2.77 | 2.75 | 6.51 | - |
| YUV | 45.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 72 | 0.54 | 0.36 | 0 | 0.72 | 220 | 0.37 | 0.21 |
| Hex | 21 | 2E | 48 | 36 | 24 | 0 | 48 | DC | 25 | 15 |
| Octal | 41 | 56 | 110 | 66 | 44 | 0 | 110 | 334 | 45 | 25 |
| Binary | 100001 | 101110 | 1001000 | 110110 | 100100 | 0 | 1001000 | 11011100 | 100101 | 10101 |
Color Harmonies of #212E48
Complementary color
Monochromatic Colors of #212E48
Black with #212E48
Text Example
Text Example
White with #212E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E48; }
p { color: rgb(33,46,72); }
H1.HeaderClassName
{
color: #212E48;
}
.AnyTagClassName
{
color: #212E48;
}
</style>
background-color css
<style>
a { background-color: #212E48; }
a { background-color: rgb(33,46,72); }
div.DivClassName
{
background-color: #212E48;
}
.BgClassName
{
background-color: #212E48;
}
</style>
border-color css
<style>
span { border-color: #212E48; }
span { border-color: rgb(33,46,72); }
td.TdClassName
{
border-color: #212E48;
}
.TagClassName
{
border-color: #212E48;
}
</style>