Shades of Resolution Blue #213686
Tints of Resolution Blue #213686
RGB
CMYK
RGB Variations
Color information
#213686 (or 0x213686) is known color: Resolution Blue. HEX triplet: 21, 36 and 86. RGB value is (33,54,134). Sum of RGB (Red+Green+Blue) = 33+54+134=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #213686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213686 is #DEC979. Grayscale: #383838. Windows color (decimal): -14600570 or 8795681. OLE color: 8795681.
HSL color Cylindrical-coordinate representation of color #213686: hue angle of 227.52º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213686 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 54 | 134 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.47 |
| HSL | 227.52º | 0.6% | 0.33% | - |
| HSV(B) | 227.52º | 0.75% | 0.53% | - |
| XYZ | 6.25 | 4.68 | 23.13 | - |
| YUV | 56.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 134 | 0.75 | 0.60 | 0 | 0.47 | 227.52 | 0.6 | 0.33 |
| Hex | 21 | 36 | 86 | 4B | 3C | 0 | 2F | E4 | 3C | 21 |
| Octal | 41 | 66 | 206 | 113 | 74 | 0 | 57 | 344 | 74 | 41 |
| Binary | 100001 | 110110 | 10000110 | 1001011 | 111100 | 0 | 101111 | 11100100 | 111100 | 100001 |
Color Harmonies of #213686
Complementary color
Monochromatic Colors of #213686
Black with #213686
Text Example
Text Example
White with #213686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213686; }
p { color: rgb(33,54,134); }
H1.HeaderClassName
{
color: #213686;
}
.AnyTagClassName
{
color: #213686;
}
</style>
background-color css
<style>
a { background-color: #213686; }
a { background-color: rgb(33,54,134); }
div.DivClassName
{
background-color: #213686;
}
.BgClassName
{
background-color: #213686;
}
</style>
border-color css
<style>
span { border-color: #213686; }
span { border-color: rgb(33,54,134); }
td.TdClassName
{
border-color: #213686;
}
.TagClassName
{
border-color: #213686;
}
</style>