Shades of Bunting #212F4E
Tints of Bunting #212F4E
RGB
CMYK
RGB Variations
Color information
#212F4E (or 0x212F4E) is known color: Bunting. HEX triplet: 21, 2F and 4E. RGB value is (33,47,78). Sum of RGB (Red+Green+Blue) = 33+47+78=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #212F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F4E is #DED0B1. Grayscale: #2E2E2E. Windows color (decimal): -14602418 or 5123873. OLE color: 5123873.
HSL color Cylindrical-coordinate representation of color #212F4E: hue angle of 221.33º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #212F4E is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 47 | 78 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.69 |
| HSL | 221.33º | 0.41% | 0.22% | - |
| HSV(B) | 221.33º | 0.58% | 0.31% | - |
| XYZ | 3.02 | 2.91 | 7.61 | - |
| YUV | 46.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 78 | 0.58 | 0.40 | 0 | 0.69 | 221.33 | 0.41 | 0.22 |
| Hex | 21 | 2F | 4E | 3A | 28 | 0 | 45 | DD | 29 | 16 |
| Octal | 41 | 57 | 116 | 72 | 50 | 0 | 105 | 335 | 51 | 26 |
| Binary | 100001 | 101111 | 1001110 | 111010 | 101000 | 0 | 1000101 | 11011101 | 101001 | 10110 |
Color Harmonies of #212F4E
Complementary color
Monochromatic Colors of #212F4E
Black with #212F4E
Text Example
Text Example
White with #212F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F4E; }
p { color: rgb(33,47,78); }
H1.HeaderClassName
{
color: #212F4E;
}
.AnyTagClassName
{
color: #212F4E;
}
</style>
background-color css
<style>
a { background-color: #212F4E; }
a { background-color: rgb(33,47,78); }
div.DivClassName
{
background-color: #212F4E;
}
.BgClassName
{
background-color: #212F4E;
}
</style>
border-color css
<style>
span { border-color: #212F4E; }
span { border-color: rgb(33,47,78); }
td.TdClassName
{
border-color: #212F4E;
}
.TagClassName
{
border-color: #212F4E;
}
</style>