Shades of Resolution Blue #212F89
Tints of Resolution Blue #212F89
RGB
CMYK
RGB Variations
Color information
#212F89 (or 0x212F89) is known color: Resolution Blue. HEX triplet: 21, 2F and 89. RGB value is (33,47,137). Sum of RGB (Red+Green+Blue) = 33+47+137=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #212F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F89 is #DED076. Grayscale: #343434. Windows color (decimal): -14602359 or 8990497. OLE color: 8990497.
HSL color Cylindrical-coordinate representation of color #212F89: hue angle of 231.92º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #212F89 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 47 | 137 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.46 |
| HSL | 231.92º | 0.61% | 0.33% | - |
| HSV(B) | 231.92º | 0.76% | 0.54% | - |
| XYZ | 6.16 | 4.16 | 24.15 | - |
| YUV | 53.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 137 | 0.76 | 0.66 | 0 | 0.46 | 231.92 | 0.61 | 0.33 |
| Hex | 21 | 2F | 89 | 4C | 42 | 0 | 2E | E8 | 3D | 21 |
| Octal | 41 | 57 | 211 | 114 | 102 | 0 | 56 | 350 | 75 | 41 |
| Binary | 100001 | 101111 | 10001001 | 1001100 | 1000010 | 0 | 101110 | 11101000 | 111101 | 100001 |
Color Harmonies of #212F89
Complementary color
Monochromatic Colors of #212F89
Black with #212F89
Text Example
Text Example
White with #212F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F89; }
p { color: rgb(33,47,137); }
H1.HeaderClassName
{
color: #212F89;
}
.AnyTagClassName
{
color: #212F89;
}
</style>
background-color css
<style>
a { background-color: #212F89; }
a { background-color: rgb(33,47,137); }
div.DivClassName
{
background-color: #212F89;
}
.BgClassName
{
background-color: #212F89;
}
</style>
border-color css
<style>
span { border-color: #212F89; }
span { border-color: rgb(33,47,137); }
td.TdClassName
{
border-color: #212F89;
}
.TagClassName
{
border-color: #212F89;
}
</style>