Shades of Resolution Blue #213D76
Tints of Resolution Blue #213D76
RGB
CMYK
RGB Variations
Color information
#213D76 (or 0x213D76) is known color: Resolution Blue. HEX triplet: 21, 3D and 76. RGB value is (33,61,118). Sum of RGB (Red+Green+Blue) = 33+61+118=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #213D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D76 is #DEC289. Grayscale: #3A3A3A. Windows color (decimal): -14598794 or 7748897. OLE color: 7748897.
HSL color Cylindrical-coordinate representation of color #213D76: hue angle of 220.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213D76 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 61 | 118 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.54 |
| HSL | 220.24º | 0.56% | 0.3% | - |
| HSV(B) | 220.24º | 0.72% | 0.46% | - |
| XYZ | 5.57 | 4.97 | 17.81 | - |
| YUV | 59.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 118 | 0.72 | 0.48 | 0 | 0.54 | 220.24 | 0.56 | 0.3 |
| Hex | 21 | 3D | 76 | 48 | 30 | 0 | 36 | DC | 38 | 1E |
| Octal | 41 | 75 | 166 | 110 | 60 | 0 | 66 | 334 | 70 | 36 |
| Binary | 100001 | 111101 | 1110110 | 1001000 | 110000 | 0 | 110110 | 11011100 | 111000 | 11110 |
Color Harmonies of #213D76
Complementary color
Monochromatic Colors of #213D76
Black with #213D76
Text Example
Text Example
White with #213D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D76; }
p { color: rgb(33,61,118); }
H1.HeaderClassName
{
color: #213D76;
}
.AnyTagClassName
{
color: #213D76;
}
</style>
background-color css
<style>
a { background-color: #213D76; }
a { background-color: rgb(33,61,118); }
div.DivClassName
{
background-color: #213D76;
}
.BgClassName
{
background-color: #213D76;
}
</style>
border-color css
<style>
span { border-color: #213D76; }
span { border-color: rgb(33,61,118); }
td.TdClassName
{
border-color: #213D76;
}
.TagClassName
{
border-color: #213D76;
}
</style>