Shades of Resolution Blue #213886
Tints of Resolution Blue #213886
RGB
CMYK
RGB Variations
Color information
#213886 (or 0x213886) is known color: Resolution Blue. HEX triplet: 21, 38 and 86. RGB value is (33,56,134). Sum of RGB (Red+Green+Blue) = 33+56+134=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #213886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213886 is #DEC779. Grayscale: #393939. Windows color (decimal): -14600058 or 8796193. OLE color: 8796193.
HSL color Cylindrical-coordinate representation of color #213886: hue angle of 226.34º 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 #213886 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 56 | 134 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.47 |
| HSL | 226.34º | 0.6% | 0.33% | - |
| HSV(B) | 226.34º | 0.75% | 0.53% | - |
| XYZ | 6.34 | 4.87 | 23.16 | - |
| YUV | 58.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 134 | 0.75 | 0.58 | 0 | 0.47 | 226.34 | 0.6 | 0.33 |
| Hex | 21 | 38 | 86 | 4B | 3A | 0 | 2F | E2 | 3C | 21 |
| Octal | 41 | 70 | 206 | 113 | 72 | 0 | 57 | 342 | 74 | 41 |
| Binary | 100001 | 111000 | 10000110 | 1001011 | 111010 | 0 | 101111 | 11100010 | 111100 | 100001 |
Color Harmonies of #213886
Complementary color
Monochromatic Colors of #213886
Black with #213886
Text Example
Text Example
White with #213886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213886; }
p { color: rgb(33,56,134); }
H1.HeaderClassName
{
color: #213886;
}
.AnyTagClassName
{
color: #213886;
}
</style>
background-color css
<style>
a { background-color: #213886; }
a { background-color: rgb(33,56,134); }
div.DivClassName
{
background-color: #213886;
}
.BgClassName
{
background-color: #213886;
}
</style>
border-color css
<style>
span { border-color: #213886; }
span { border-color: rgb(33,56,134); }
td.TdClassName
{
border-color: #213886;
}
.TagClassName
{
border-color: #213886;
}
</style>