Shades of Resolution Blue #213389
Tints of Resolution Blue #213389
RGB
CMYK
RGB Variations
Color information
#213389 (or 0x213389) is known color: Resolution Blue. HEX triplet: 21, 33 and 89. RGB value is (33,51,137). Sum of RGB (Red+Green+Blue) = 33+51+137=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #213389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213389 is #DECC76. Grayscale: #373737. Windows color (decimal): -14601335 or 8991521. OLE color: 8991521.
HSL color Cylindrical-coordinate representation of color #213389: hue angle of 229.62º 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 #213389 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 51 | 137 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.46 |
| HSL | 229.62º | 0.61% | 0.33% | - |
| HSV(B) | 229.62º | 0.76% | 0.54% | - |
| XYZ | 6.33 | 4.5 | 24.2 | - |
| YUV | 55.42 | 174.04 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 137 | 0.76 | 0.63 | 0 | 0.46 | 229.62 | 0.61 | 0.33 |
| Hex | 21 | 33 | 89 | 4C | 3F | 0 | 2E | E6 | 3D | 21 |
| Octal | 41 | 63 | 211 | 114 | 77 | 0 | 56 | 346 | 75 | 41 |
| Binary | 100001 | 110011 | 10001001 | 1001100 | 111111 | 0 | 101110 | 11100110 | 111101 | 100001 |
Color Harmonies of #213389
Complementary color
Monochromatic Colors of #213389
Black with #213389
Text Example
Text Example
White with #213389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213389; }
p { color: rgb(33,51,137); }
H1.HeaderClassName
{
color: #213389;
}
.AnyTagClassName
{
color: #213389;
}
</style>
background-color css
<style>
a { background-color: #213389; }
a { background-color: rgb(33,51,137); }
div.DivClassName
{
background-color: #213389;
}
.BgClassName
{
background-color: #213389;
}
</style>
border-color css
<style>
span { border-color: #213389; }
span { border-color: rgb(33,51,137); }
td.TdClassName
{
border-color: #213389;
}
.TagClassName
{
border-color: #213389;
}
</style>