Shades of Resolution Blue #213A70
Tints of Resolution Blue #213A70
RGB
CMYK
RGB Variations
Color information
#213A70 (or 0x213A70) is known color: Resolution Blue. HEX triplet: 21, 3A and 70. RGB value is (33,58,112). Sum of RGB (Red+Green+Blue) = 33+58+112=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #213A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A70 is #DEC58F. Grayscale: #383838. Windows color (decimal): -14599568 or 7354913. OLE color: 7354913.
HSL color Cylindrical-coordinate representation of color #213A70: hue angle of 221.01º 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 #213A70 is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 58 | 112 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.56 |
| HSL | 221.01º | 0.54% | 0.28% | - |
| HSV(B) | 221.01º | 0.71% | 0.44% | - |
| XYZ | 5.06 | 4.52 | 15.93 | - |
| YUV | 56.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 112 | 0.71 | 0.48 | 0 | 0.56 | 221.01 | 0.54 | 0.28 |
| Hex | 21 | 3A | 70 | 47 | 30 | 0 | 38 | DD | 36 | 1C |
| Octal | 41 | 72 | 160 | 107 | 60 | 0 | 70 | 335 | 66 | 34 |
| Binary | 100001 | 111010 | 1110000 | 1000111 | 110000 | 0 | 111000 | 11011101 | 110110 | 11100 |
Color Harmonies of #213A70
Complementary color
Monochromatic Colors of #213A70
Black with #213A70
Text Example
Text Example
White with #213A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A70; }
p { color: rgb(33,58,112); }
H1.HeaderClassName
{
color: #213A70;
}
.AnyTagClassName
{
color: #213A70;
}
</style>
background-color css
<style>
a { background-color: #213A70; }
a { background-color: rgb(33,58,112); }
div.DivClassName
{
background-color: #213A70;
}
.BgClassName
{
background-color: #213A70;
}
</style>
border-color css
<style>
span { border-color: #213A70; }
span { border-color: rgb(33,58,112); }
td.TdClassName
{
border-color: #213A70;
}
.TagClassName
{
border-color: #213A70;
}
</style>