Shades of Resolution Blue #213B70
Tints of Resolution Blue #213B70
RGB
CMYK
RGB Variations
Color information
#213B70 (or 0x213B70) is known color: Resolution Blue. HEX triplet: 21, 3B and 70. RGB value is (33,59,112). Sum of RGB (Red+Green+Blue) = 33+59+112=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #213B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B70 is #DEC48F. Grayscale: #393939. Windows color (decimal): -14599312 or 7355169. OLE color: 7355169.
HSL color Cylindrical-coordinate representation of color #213B70: hue angle of 220.25º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213B70 is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 59 | 112 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.56 |
| HSL | 220.25º | 0.54% | 0.28% | - |
| HSV(B) | 220.25º | 0.71% | 0.44% | - |
| XYZ | 5.12 | 4.62 | 15.95 | - |
| YUV | 57.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 112 | 0.71 | 0.47 | 0 | 0.56 | 220.25 | 0.54 | 0.28 |
| Hex | 21 | 3B | 70 | 47 | 2F | 0 | 38 | DC | 36 | 1C |
| Octal | 41 | 73 | 160 | 107 | 57 | 0 | 70 | 334 | 66 | 34 |
| Binary | 100001 | 111011 | 1110000 | 1000111 | 101111 | 0 | 111000 | 11011100 | 110110 | 11100 |
Color Harmonies of #213B70
Complementary color
Monochromatic Colors of #213B70
Black with #213B70
Text Example
Text Example
White with #213B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B70; }
p { color: rgb(33,59,112); }
H1.HeaderClassName
{
color: #213B70;
}
.AnyTagClassName
{
color: #213B70;
}
</style>
background-color css
<style>
a { background-color: #213B70; }
a { background-color: rgb(33,59,112); }
div.DivClassName
{
background-color: #213B70;
}
.BgClassName
{
background-color: #213B70;
}
</style>
border-color css
<style>
span { border-color: #213B70; }
span { border-color: rgb(33,59,112); }
td.TdClassName
{
border-color: #213B70;
}
.TagClassName
{
border-color: #213B70;
}
</style>