Shades of Resolution Blue #213989
Tints of Resolution Blue #213989
RGB
CMYK
RGB Variations
Color information
#213989 (or 0x213989) is known color: Resolution Blue. HEX triplet: 21, 39 and 89. RGB value is (33,57,137). Sum of RGB (Red+Green+Blue) = 33+57+137=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #213989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213989 is #DEC676. Grayscale: #3A3A3A. Windows color (decimal): -14599799 or 8993057. OLE color: 8993057.
HSL color Cylindrical-coordinate representation of color #213989: hue angle of 226.15º 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 #213989 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 57 | 137 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.46 |
| HSL | 226.15º | 0.61% | 0.33% | - |
| HSV(B) | 226.15º | 0.76% | 0.54% | - |
| XYZ | 6.61 | 5.06 | 24.29 | - |
| YUV | 58.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 137 | 0.76 | 0.58 | 0 | 0.46 | 226.15 | 0.61 | 0.33 |
| Hex | 21 | 39 | 89 | 4C | 3A | 0 | 2E | E2 | 3D | 21 |
| Octal | 41 | 71 | 211 | 114 | 72 | 0 | 56 | 342 | 75 | 41 |
| Binary | 100001 | 111001 | 10001001 | 1001100 | 111010 | 0 | 101110 | 11100010 | 111101 | 100001 |
Color Harmonies of #213989
Complementary color
Monochromatic Colors of #213989
Black with #213989
Text Example
Text Example
White with #213989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213989; }
p { color: rgb(33,57,137); }
H1.HeaderClassName
{
color: #213989;
}
.AnyTagClassName
{
color: #213989;
}
</style>
background-color css
<style>
a { background-color: #213989; }
a { background-color: rgb(33,57,137); }
div.DivClassName
{
background-color: #213989;
}
.BgClassName
{
background-color: #213989;
}
</style>
border-color css
<style>
span { border-color: #213989; }
span { border-color: rgb(33,57,137); }
td.TdClassName
{
border-color: #213989;
}
.TagClassName
{
border-color: #213989;
}
</style>