Shades of Resolution Blue #213684
Tints of Resolution Blue #213684
RGB
CMYK
RGB Variations
Color information
#213684 (or 0x213684) is known color: Resolution Blue. HEX triplet: 21, 36 and 84. RGB value is (33,54,132). Sum of RGB (Red+Green+Blue) = 33+54+132=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #213684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213684 is #DEC97B. Grayscale: #383838. Windows color (decimal): -14600572 or 8664609. OLE color: 8664609.
HSL color Cylindrical-coordinate representation of color #213684: hue angle of 227.27º 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 #213684 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 54 | 132 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.48 |
| HSL | 227.27º | 0.6% | 0.32% | - |
| HSV(B) | 227.27º | 0.75% | 0.52% | - |
| XYZ | 6.11 | 4.63 | 22.4 | - |
| YUV | 56.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 132 | 0.75 | 0.59 | 0 | 0.48 | 227.27 | 0.6 | 0.32 |
| Hex | 21 | 36 | 84 | 4B | 3B | 0 | 30 | E3 | 3C | 20 |
| Octal | 41 | 66 | 204 | 113 | 73 | 0 | 60 | 343 | 74 | 40 |
| Binary | 100001 | 110110 | 10000100 | 1001011 | 111011 | 0 | 110000 | 11100011 | 111100 | 100000 |
Color Harmonies of #213684
Complementary color
Monochromatic Colors of #213684
Black with #213684
Text Example
Text Example
White with #213684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213684; }
p { color: rgb(33,54,132); }
H1.HeaderClassName
{
color: #213684;
}
.AnyTagClassName
{
color: #213684;
}
</style>
background-color css
<style>
a { background-color: #213684; }
a { background-color: rgb(33,54,132); }
div.DivClassName
{
background-color: #213684;
}
.BgClassName
{
background-color: #213684;
}
</style>
border-color css
<style>
span { border-color: #213684; }
span { border-color: rgb(33,54,132); }
td.TdClassName
{
border-color: #213684;
}
.TagClassName
{
border-color: #213684;
}
</style>