Shades of Resolution Blue #213789
Tints of Resolution Blue #213789
RGB
CMYK
RGB Variations
Color information
#213789 (or 0x213789) is known color: Resolution Blue. HEX triplet: 21, 37 and 89. RGB value is (33,55,137). Sum of RGB (Red+Green+Blue) = 33+55+137=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #213789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213789 is #DEC876. Grayscale: #393939. Windows color (decimal): -14600311 or 8992545. OLE color: 8992545.
HSL color Cylindrical-coordinate representation of color #213789: hue angle of 227.31º 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 #213789 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 55 | 137 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.46 |
| HSL | 227.31º | 0.61% | 0.33% | - |
| HSV(B) | 227.31º | 0.76% | 0.54% | - |
| XYZ | 6.51 | 4.86 | 24.26 | - |
| YUV | 57.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 137 | 0.76 | 0.60 | 0 | 0.46 | 227.31 | 0.61 | 0.33 |
| Hex | 21 | 37 | 89 | 4C | 3C | 0 | 2E | E3 | 3D | 21 |
| Octal | 41 | 67 | 211 | 114 | 74 | 0 | 56 | 343 | 75 | 41 |
| Binary | 100001 | 110111 | 10001001 | 1001100 | 111100 | 0 | 101110 | 11100011 | 111101 | 100001 |
Color Harmonies of #213789
Complementary color
Monochromatic Colors of #213789
Black with #213789
Text Example
Text Example
White with #213789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213789; }
p { color: rgb(33,55,137); }
H1.HeaderClassName
{
color: #213789;
}
.AnyTagClassName
{
color: #213789;
}
</style>
background-color css
<style>
a { background-color: #213789; }
a { background-color: rgb(33,55,137); }
div.DivClassName
{
background-color: #213789;
}
.BgClassName
{
background-color: #213789;
}
</style>
border-color css
<style>
span { border-color: #213789; }
span { border-color: rgb(33,55,137); }
td.TdClassName
{
border-color: #213789;
}
.TagClassName
{
border-color: #213789;
}
</style>