Shades of Resolution Blue #212E72
Tints of Resolution Blue #212E72
RGB
CMYK
RGB Variations
Color information
#212E72 (or 0x212E72) is known color: Resolution Blue. HEX triplet: 21, 2E and 72. RGB value is (33,46,114). Sum of RGB (Red+Green+Blue) = 33+46+114=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #212E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212E72 is #DED18D. Grayscale: #313131. Windows color (decimal): -14602638 or 7482913. OLE color: 7482913.
HSL color Cylindrical-coordinate representation of color #212E72: hue angle of 230.37º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #212E72 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 46 | 114 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.55 |
| HSL | 230.37º | 0.55% | 0.29% | - |
| HSV(B) | 230.37º | 0.71% | 0.45% | - |
| XYZ | 4.64 | 3.49 | 16.35 | - |
| YUV | 49.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 114 | 0.71 | 0.60 | 0 | 0.55 | 230.37 | 0.55 | 0.29 |
| Hex | 21 | 2E | 72 | 47 | 3C | 0 | 37 | E6 | 37 | 1D |
| Octal | 41 | 56 | 162 | 107 | 74 | 0 | 67 | 346 | 67 | 35 |
| Binary | 100001 | 101110 | 1110010 | 1000111 | 111100 | 0 | 110111 | 11100110 | 110111 | 11101 |
Color Harmonies of #212E72
Complementary color
Monochromatic Colors of #212E72
Black with #212E72
Text Example
Text Example
White with #212E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E72; }
p { color: rgb(33,46,114); }
H1.HeaderClassName
{
color: #212E72;
}
.AnyTagClassName
{
color: #212E72;
}
</style>
background-color css
<style>
a { background-color: #212E72; }
a { background-color: rgb(33,46,114); }
div.DivClassName
{
background-color: #212E72;
}
.BgClassName
{
background-color: #212E72;
}
</style>
border-color css
<style>
span { border-color: #212E72; }
span { border-color: rgb(33,46,114); }
td.TdClassName
{
border-color: #212E72;
}
.TagClassName
{
border-color: #212E72;
}
</style>