Shades of Resolution Blue #213682
Tints of Resolution Blue #213682
RGB
CMYK
RGB Variations
Color information
#213682 (or 0x213682) is known color: Resolution Blue. HEX triplet: 21, 36 and 82. RGB value is (33,54,130). Sum of RGB (Red+Green+Blue) = 33+54+130=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #213682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213682 is #DEC97D. Grayscale: #383838. Windows color (decimal): -14600574 or 8533537. OLE color: 8533537.
HSL color Cylindrical-coordinate representation of color #213682: hue angle of 227.01º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213682 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 54 | 130 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.49 |
| HSL | 227.01º | 0.6% | 0.32% | - |
| HSV(B) | 227.01º | 0.75% | 0.51% | - |
| XYZ | 5.98 | 4.57 | 21.69 | - |
| YUV | 56.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 130 | 0.75 | 0.58 | 0 | 0.49 | 227.01 | 0.6 | 0.32 |
| Hex | 21 | 36 | 82 | 4B | 3A | 0 | 31 | E3 | 3C | 20 |
| Octal | 41 | 66 | 202 | 113 | 72 | 0 | 61 | 343 | 74 | 40 |
| Binary | 100001 | 110110 | 10000010 | 1001011 | 111010 | 0 | 110001 | 11100011 | 111100 | 100000 |
Color Harmonies of #213682
Complementary color
Monochromatic Colors of #213682
Black with #213682
Text Example
Text Example
White with #213682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213682; }
p { color: rgb(33,54,130); }
H1.HeaderClassName
{
color: #213682;
}
.AnyTagClassName
{
color: #213682;
}
</style>
background-color css
<style>
a { background-color: #213682; }
a { background-color: rgb(33,54,130); }
div.DivClassName
{
background-color: #213682;
}
.BgClassName
{
background-color: #213682;
}
</style>
border-color css
<style>
span { border-color: #213682; }
span { border-color: rgb(33,54,130); }
td.TdClassName
{
border-color: #213682;
}
.TagClassName
{
border-color: #213682;
}
</style>