Shades of Resolution Blue #213D79
Tints of Resolution Blue #213D79
RGB
CMYK
RGB Variations
Color information
#213D79 (or 0x213D79) is known color: Resolution Blue. HEX triplet: 21, 3D and 79. RGB value is (33,61,121). Sum of RGB (Red+Green+Blue) = 33+61+121=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #213D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D79 is #DEC286. Grayscale: #3B3B3B. Windows color (decimal): -14598791 or 7945505. OLE color: 7945505.
HSL color Cylindrical-coordinate representation of color #213D79: hue angle of 220.91º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213D79 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 61 | 121 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.53 |
| HSL | 220.91º | 0.57% | 0.3% | - |
| HSV(B) | 220.91º | 0.73% | 0.47% | - |
| XYZ | 5.75 | 5.04 | 18.76 | - |
| YUV | 59.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 121 | 0.73 | 0.50 | 0 | 0.53 | 220.91 | 0.57 | 0.3 |
| Hex | 21 | 3D | 79 | 49 | 32 | 0 | 35 | DD | 39 | 1E |
| Octal | 41 | 75 | 171 | 111 | 62 | 0 | 65 | 335 | 71 | 36 |
| Binary | 100001 | 111101 | 1111001 | 1001001 | 110010 | 0 | 110101 | 11011101 | 111001 | 11110 |
Color Harmonies of #213D79
Complementary color
Monochromatic Colors of #213D79
Black with #213D79
Text Example
Text Example
White with #213D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D79; }
p { color: rgb(33,61,121); }
H1.HeaderClassName
{
color: #213D79;
}
.AnyTagClassName
{
color: #213D79;
}
</style>
background-color css
<style>
a { background-color: #213D79; }
a { background-color: rgb(33,61,121); }
div.DivClassName
{
background-color: #213D79;
}
.BgClassName
{
background-color: #213D79;
}
</style>
border-color css
<style>
span { border-color: #213D79; }
span { border-color: rgb(33,61,121); }
td.TdClassName
{
border-color: #213D79;
}
.TagClassName
{
border-color: #213D79;
}
</style>