Shades of Resolution Blue #213772
Tints of Resolution Blue #213772
RGB
CMYK
RGB Variations
Color information
#213772 (or 0x213772) is known color: Resolution Blue. HEX triplet: 21, 37 and 72. RGB value is (33,55,114). Sum of RGB (Red+Green+Blue) = 33+55+114=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #213772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213772 is #DEC88D. Grayscale: #363636. Windows color (decimal): -14600334 or 7485217. OLE color: 7485217.
HSL color Cylindrical-coordinate representation of color #213772: hue angle of 223.7º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213772 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 55 | 114 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.55 |
| HSL | 223.7º | 0.55% | 0.29% | - |
| HSV(B) | 223.7º | 0.71% | 0.45% | - |
| XYZ | 5.03 | 4.27 | 16.48 | - |
| YUV | 55.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 114 | 0.71 | 0.52 | 0 | 0.55 | 223.7 | 0.55 | 0.29 |
| Hex | 21 | 37 | 72 | 47 | 34 | 0 | 37 | E0 | 37 | 1D |
| Octal | 41 | 67 | 162 | 107 | 64 | 0 | 67 | 340 | 67 | 35 |
| Binary | 100001 | 110111 | 1110010 | 1000111 | 110100 | 0 | 110111 | 11100000 | 110111 | 11101 |
Color Harmonies of #213772
Complementary color
Monochromatic Colors of #213772
Black with #213772
Text Example
Text Example
White with #213772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213772; }
p { color: rgb(33,55,114); }
H1.HeaderClassName
{
color: #213772;
}
.AnyTagClassName
{
color: #213772;
}
</style>
background-color css
<style>
a { background-color: #213772; }
a { background-color: rgb(33,55,114); }
div.DivClassName
{
background-color: #213772;
}
.BgClassName
{
background-color: #213772;
}
</style>
border-color css
<style>
span { border-color: #213772; }
span { border-color: rgb(33,55,114); }
td.TdClassName
{
border-color: #213772;
}
.TagClassName
{
border-color: #213772;
}
</style>