Shades of Resolution Blue #213C73
Tints of Resolution Blue #213C73
RGB
CMYK
RGB Variations
Color information
#213C73 (or 0x213C73) is known color: Resolution Blue. HEX triplet: 21, 3C and 73. RGB value is (33,60,115). Sum of RGB (Red+Green+Blue) = 33+60+115=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #213C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C73 is #DEC38C. Grayscale: #393939. Windows color (decimal): -14599053 or 7552033. OLE color: 7552033.
HSL color Cylindrical-coordinate representation of color #213C73: hue angle of 220.24º 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 #213C73 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 60 | 115 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.55 |
| HSL | 220.24º | 0.55% | 0.29% | - |
| HSV(B) | 220.24º | 0.71% | 0.45% | - |
| XYZ | 5.34 | 4.79 | 16.86 | - |
| YUV | 58.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 115 | 0.71 | 0.48 | 0 | 0.55 | 220.24 | 0.55 | 0.29 |
| Hex | 21 | 3C | 73 | 47 | 30 | 0 | 37 | DC | 37 | 1D |
| Octal | 41 | 74 | 163 | 107 | 60 | 0 | 67 | 334 | 67 | 35 |
| Binary | 100001 | 111100 | 1110011 | 1000111 | 110000 | 0 | 110111 | 11011100 | 110111 | 11101 |
Color Harmonies of #213C73
Complementary color
Monochromatic Colors of #213C73
Black with #213C73
Text Example
Text Example
White with #213C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C73; }
p { color: rgb(33,60,115); }
H1.HeaderClassName
{
color: #213C73;
}
.AnyTagClassName
{
color: #213C73;
}
</style>
background-color css
<style>
a { background-color: #213C73; }
a { background-color: rgb(33,60,115); }
div.DivClassName
{
background-color: #213C73;
}
.BgClassName
{
background-color: #213C73;
}
</style>
border-color css
<style>
span { border-color: #213C73; }
span { border-color: rgb(33,60,115); }
td.TdClassName
{
border-color: #213C73;
}
.TagClassName
{
border-color: #213C73;
}
</style>