Shades of Resolution Blue #212E70
Tints of Resolution Blue #212E70
RGB
CMYK
RGB Variations
Color information
#212E70 (or 0x212E70) is known color: Resolution Blue. HEX triplet: 21, 2E and 70. RGB value is (33,46,112). Sum of RGB (Red+Green+Blue) = 33+46+112=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #212E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E70 is #DED18F. Grayscale: #313131. Windows color (decimal): -14602640 or 7351841. OLE color: 7351841.
HSL color Cylindrical-coordinate representation of color #212E70: hue angle of 230.13º 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 #212E70 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 46 | 112 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.56 |
| HSL | 230.13º | 0.54% | 0.28% | - |
| HSV(B) | 230.13º | 0.71% | 0.44% | - |
| XYZ | 4.53 | 3.45 | 15.76 | - |
| YUV | 49.64 | 163.19 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 112 | 0.71 | 0.59 | 0 | 0.56 | 230.13 | 0.54 | 0.28 |
| Hex | 21 | 2E | 70 | 47 | 3B | 0 | 38 | E6 | 36 | 1C |
| Octal | 41 | 56 | 160 | 107 | 73 | 0 | 70 | 346 | 66 | 34 |
| Binary | 100001 | 101110 | 1110000 | 1000111 | 111011 | 0 | 111000 | 11100110 | 110110 | 11100 |
Color Harmonies of #212E70
Complementary color
Monochromatic Colors of #212E70
Black with #212E70
Text Example
Text Example
White with #212E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E70; }
p { color: rgb(33,46,112); }
H1.HeaderClassName
{
color: #212E70;
}
.AnyTagClassName
{
color: #212E70;
}
</style>
background-color css
<style>
a { background-color: #212E70; }
a { background-color: rgb(33,46,112); }
div.DivClassName
{
background-color: #212E70;
}
.BgClassName
{
background-color: #212E70;
}
</style>
border-color css
<style>
span { border-color: #212E70; }
span { border-color: rgb(33,46,112); }
td.TdClassName
{
border-color: #212E70;
}
.TagClassName
{
border-color: #212E70;
}
</style>