Shades of Resolution Blue #213184
Tints of Resolution Blue #213184
RGB
CMYK
RGB Variations
Color information
#213184 (or 0x213184) is known color: Resolution Blue. HEX triplet: 21, 31 and 84. RGB value is (33,49,132). Sum of RGB (Red+Green+Blue) = 33+49+132=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 132 (51.95% from 255 or 61.68% from 214); Max value from RGB is 132 - color contains mainly: blue. Hex color #213184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213184 is #DECE7B. Grayscale: #353535. Windows color (decimal): -14601852 or 8663329. OLE color: 8663329.
HSL color Cylindrical-coordinate representation of color #213184: hue angle of 230.3º 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 #213184 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 49 | 132 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.48 |
| HSL | 230.3º | 0.6% | 0.32% | - |
| HSV(B) | 230.3º | 0.75% | 0.52% | - |
| XYZ | 5.89 | 4.19 | 22.33 | - |
| YUV | 53.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 132 | 0.75 | 0.63 | 0 | 0.48 | 230.3 | 0.6 | 0.32 |
| Hex | 21 | 31 | 84 | 4B | 3F | 0 | 30 | E6 | 3C | 20 |
| Octal | 41 | 61 | 204 | 113 | 77 | 0 | 60 | 346 | 74 | 40 |
| Binary | 100001 | 110001 | 10000100 | 1001011 | 111111 | 0 | 110000 | 11100110 | 111100 | 100000 |
Color Harmonies of #213184
Complementary color
Monochromatic Colors of #213184
Black with #213184
Text Example
Text Example
White with #213184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213184; }
p { color: rgb(33,49,132); }
H1.HeaderClassName
{
color: #213184;
}
.AnyTagClassName
{
color: #213184;
}
</style>
background-color css
<style>
a { background-color: #213184; }
a { background-color: rgb(33,49,132); }
div.DivClassName
{
background-color: #213184;
}
.BgClassName
{
background-color: #213184;
}
</style>
border-color css
<style>
span { border-color: #213184; }
span { border-color: rgb(33,49,132); }
td.TdClassName
{
border-color: #213184;
}
.TagClassName
{
border-color: #213184;
}
</style>