Shades of Resolution Blue #213B76
Tints of Resolution Blue #213B76
RGB
CMYK
RGB Variations
Color information
#213B76 (or 0x213B76) is known color: Resolution Blue. HEX triplet: 21, 3B and 76. RGB value is (33,59,118). Sum of RGB (Red+Green+Blue) = 33+59+118=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #213B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B76 is #DEC489. Grayscale: #393939. Windows color (decimal): -14599306 or 7748385. OLE color: 7748385.
HSL color Cylindrical-coordinate representation of color #213B76: hue angle of 221.65º 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 #213B76 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 59 | 118 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.54 |
| HSL | 221.65º | 0.56% | 0.3% | - |
| HSV(B) | 221.65º | 0.72% | 0.46% | - |
| XYZ | 5.46 | 4.76 | 17.77 | - |
| YUV | 57.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 118 | 0.72 | 0.50 | 0 | 0.54 | 221.65 | 0.56 | 0.3 |
| Hex | 21 | 3B | 76 | 48 | 32 | 0 | 36 | DE | 38 | 1E |
| Octal | 41 | 73 | 166 | 110 | 62 | 0 | 66 | 336 | 70 | 36 |
| Binary | 100001 | 111011 | 1110110 | 1001000 | 110010 | 0 | 110110 | 11011110 | 111000 | 11110 |
Color Harmonies of #213B76
Complementary color
Monochromatic Colors of #213B76
Black with #213B76
Text Example
Text Example
White with #213B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B76; }
p { color: rgb(33,59,118); }
H1.HeaderClassName
{
color: #213B76;
}
.AnyTagClassName
{
color: #213B76;
}
</style>
background-color css
<style>
a { background-color: #213B76; }
a { background-color: rgb(33,59,118); }
div.DivClassName
{
background-color: #213B76;
}
.BgClassName
{
background-color: #213B76;
}
</style>
border-color css
<style>
span { border-color: #213B76; }
span { border-color: rgb(33,59,118); }
td.TdClassName
{
border-color: #213B76;
}
.TagClassName
{
border-color: #213B76;
}
</style>