Shades of Resolution Blue #213D78
Tints of Resolution Blue #213D78
RGB
CMYK
RGB Variations
Color information
#213D78 (or 0x213D78) is known color: Resolution Blue. HEX triplet: 21, 3D and 78. RGB value is (33,61,120). Sum of RGB (Red+Green+Blue) = 33+61+120=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #213D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D78 is #DEC287. Grayscale: #3B3B3B. Windows color (decimal): -14598792 or 7879969. OLE color: 7879969.
HSL color Cylindrical-coordinate representation of color #213D78: hue angle of 220.69º 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 #213D78 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 61 | 120 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.53 |
| HSL | 220.69º | 0.57% | 0.3% | - |
| HSV(B) | 220.69º | 0.73% | 0.47% | - |
| XYZ | 5.69 | 5.02 | 18.44 | - |
| YUV | 59.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 120 | 0.72 | 0.49 | 0 | 0.53 | 220.69 | 0.57 | 0.3 |
| Hex | 21 | 3D | 78 | 48 | 31 | 0 | 35 | DD | 39 | 1E |
| Octal | 41 | 75 | 170 | 110 | 61 | 0 | 65 | 335 | 71 | 36 |
| Binary | 100001 | 111101 | 1111000 | 1001000 | 110001 | 0 | 110101 | 11011101 | 111001 | 11110 |
Color Harmonies of #213D78
Complementary color
Monochromatic Colors of #213D78
Black with #213D78
Text Example
Text Example
White with #213D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D78; }
p { color: rgb(33,61,120); }
H1.HeaderClassName
{
color: #213D78;
}
.AnyTagClassName
{
color: #213D78;
}
</style>
background-color css
<style>
a { background-color: #213D78; }
a { background-color: rgb(33,61,120); }
div.DivClassName
{
background-color: #213D78;
}
.BgClassName
{
background-color: #213D78;
}
</style>
border-color css
<style>
span { border-color: #213D78; }
span { border-color: rgb(33,61,120); }
td.TdClassName
{
border-color: #213D78;
}
.TagClassName
{
border-color: #213D78;
}
</style>