Shades of Resolution Blue #212F70
Tints of Resolution Blue #212F70
RGB
CMYK
RGB Variations
Color information
#212F70 (or 0x212F70) is known color: Resolution Blue. HEX triplet: 21, 2F and 70. RGB value is (33,47,112). Sum of RGB (Red+Green+Blue) = 33+47+112=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #212F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F70 is #DED08F. Grayscale: #313131. Windows color (decimal): -14602384 or 7352097. OLE color: 7352097.
HSL color Cylindrical-coordinate representation of color #212F70: hue angle of 229.37º 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 #212F70 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 47 | 112 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.56 |
| HSL | 229.37º | 0.54% | 0.28% | - |
| HSV(B) | 229.37º | 0.71% | 0.44% | - |
| XYZ | 4.57 | 3.53 | 15.77 | - |
| YUV | 50.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 112 | 0.71 | 0.58 | 0 | 0.56 | 229.37 | 0.54 | 0.28 |
| Hex | 21 | 2F | 70 | 47 | 3A | 0 | 38 | E5 | 36 | 1C |
| Octal | 41 | 57 | 160 | 107 | 72 | 0 | 70 | 345 | 66 | 34 |
| Binary | 100001 | 101111 | 1110000 | 1000111 | 111010 | 0 | 111000 | 11100101 | 110110 | 11100 |
Color Harmonies of #212F70
Complementary color
Monochromatic Colors of #212F70
Black with #212F70
Text Example
Text Example
White with #212F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F70; }
p { color: rgb(33,47,112); }
H1.HeaderClassName
{
color: #212F70;
}
.AnyTagClassName
{
color: #212F70;
}
</style>
background-color css
<style>
a { background-color: #212F70; }
a { background-color: rgb(33,47,112); }
div.DivClassName
{
background-color: #212F70;
}
.BgClassName
{
background-color: #212F70;
}
</style>
border-color css
<style>
span { border-color: #212F70; }
span { border-color: rgb(33,47,112); }
td.TdClassName
{
border-color: #212F70;
}
.TagClassName
{
border-color: #212F70;
}
</style>