Shades of Resolution Blue #213D73
Tints of Resolution Blue #213D73
RGB
CMYK
RGB Variations
Color information
#213D73 (or 0x213D73) is known color: Resolution Blue. HEX triplet: 21, 3D and 73. RGB value is (33,61,115). Sum of RGB (Red+Green+Blue) = 33+61+115=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #213D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D73 is #DEC28C. Grayscale: #3A3A3A. Windows color (decimal): -14598797 or 7552289. OLE color: 7552289.
HSL color Cylindrical-coordinate representation of color #213D73: hue angle of 219.51º 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 #213D73 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 61 | 115 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.55 |
| HSL | 219.51º | 0.55% | 0.29% | - |
| HSV(B) | 219.51º | 0.71% | 0.45% | - |
| XYZ | 5.39 | 4.9 | 16.88 | - |
| YUV | 58.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 115 | 0.71 | 0.47 | 0 | 0.55 | 219.51 | 0.55 | 0.29 |
| Hex | 21 | 3D | 73 | 47 | 2F | 0 | 37 | DC | 37 | 1D |
| Octal | 41 | 75 | 163 | 107 | 57 | 0 | 67 | 334 | 67 | 35 |
| Binary | 100001 | 111101 | 1110011 | 1000111 | 101111 | 0 | 110111 | 11011100 | 110111 | 11101 |
Color Harmonies of #213D73
Complementary color
Monochromatic Colors of #213D73
Black with #213D73
Text Example
Text Example
White with #213D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D73; }
p { color: rgb(33,61,115); }
H1.HeaderClassName
{
color: #213D73;
}
.AnyTagClassName
{
color: #213D73;
}
</style>
background-color css
<style>
a { background-color: #213D73; }
a { background-color: rgb(33,61,115); }
div.DivClassName
{
background-color: #213D73;
}
.BgClassName
{
background-color: #213D73;
}
</style>
border-color css
<style>
span { border-color: #213D73; }
span { border-color: rgb(33,61,115); }
td.TdClassName
{
border-color: #213D73;
}
.TagClassName
{
border-color: #213D73;
}
</style>