Shades of Resolution Blue #212F84
Tints of Resolution Blue #212F84
RGB
CMYK
RGB Variations
Color information
#212F84 (or 0x212F84) is known color: Resolution Blue. HEX triplet: 21, 2F and 84. RGB value is (33,47,132). Sum of RGB (Red+Green+Blue) = 33+47+132=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #212F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F84 is #DED07B. Grayscale: #343434. Windows color (decimal): -14602364 or 8662817. OLE color: 8662817.
HSL color Cylindrical-coordinate representation of color #212F84: hue angle of 231.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212F84 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 47 | 132 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.48 |
| HSL | 231.52º | 0.6% | 0.32% | - |
| HSV(B) | 231.52º | 0.75% | 0.52% | - |
| XYZ | 5.81 | 4.02 | 22.3 | - |
| YUV | 52.5 | 172.86 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 132 | 0.75 | 0.64 | 0 | 0.48 | 231.52 | 0.6 | 0.32 |
| Hex | 21 | 2F | 84 | 4B | 40 | 0 | 30 | E8 | 3C | 20 |
| Octal | 41 | 57 | 204 | 113 | 100 | 0 | 60 | 350 | 74 | 40 |
| Binary | 100001 | 101111 | 10000100 | 1001011 | 1000000 | 0 | 110000 | 11101000 | 111100 | 100000 |
Color Harmonies of #212F84
Complementary color
Monochromatic Colors of #212F84
Black with #212F84
Text Example
Text Example
White with #212F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F84; }
p { color: rgb(33,47,132); }
H1.HeaderClassName
{
color: #212F84;
}
.AnyTagClassName
{
color: #212F84;
}
</style>
background-color css
<style>
a { background-color: #212F84; }
a { background-color: rgb(33,47,132); }
div.DivClassName
{
background-color: #212F84;
}
.BgClassName
{
background-color: #212F84;
}
</style>
border-color css
<style>
span { border-color: #212F84; }
span { border-color: rgb(33,47,132); }
td.TdClassName
{
border-color: #212F84;
}
.TagClassName
{
border-color: #212F84;
}
</style>