Shades of Resolution Blue #212F72
Tints of Resolution Blue #212F72
RGB
CMYK
RGB Variations
Color information
#212F72 (or 0x212F72) is known color: Resolution Blue. HEX triplet: 21, 2F and 72. RGB value is (33,47,114). Sum of RGB (Red+Green+Blue) = 33+47+114=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #212F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F72 is #DED08D. Grayscale: #323232. Windows color (decimal): -14602382 or 7483169. OLE color: 7483169.
HSL color Cylindrical-coordinate representation of color #212F72: hue angle of 229.63º 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 #212F72 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 47 | 114 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.55 |
| HSL | 229.63º | 0.55% | 0.29% | - |
| HSV(B) | 229.63º | 0.71% | 0.45% | - |
| XYZ | 4.68 | 3.57 | 16.36 | - |
| YUV | 50.45 | 163.86 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 114 | 0.71 | 0.59 | 0 | 0.55 | 229.63 | 0.55 | 0.29 |
| Hex | 21 | 2F | 72 | 47 | 3B | 0 | 37 | E6 | 37 | 1D |
| Octal | 41 | 57 | 162 | 107 | 73 | 0 | 67 | 346 | 67 | 35 |
| Binary | 100001 | 101111 | 1110010 | 1000111 | 111011 | 0 | 110111 | 11100110 | 110111 | 11101 |
Color Harmonies of #212F72
Complementary color
Monochromatic Colors of #212F72
Black with #212F72
Text Example
Text Example
White with #212F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F72; }
p { color: rgb(33,47,114); }
H1.HeaderClassName
{
color: #212F72;
}
.AnyTagClassName
{
color: #212F72;
}
</style>
background-color css
<style>
a { background-color: #212F72; }
a { background-color: rgb(33,47,114); }
div.DivClassName
{
background-color: #212F72;
}
.BgClassName
{
background-color: #212F72;
}
</style>
border-color css
<style>
span { border-color: #212F72; }
span { border-color: rgb(33,47,114); }
td.TdClassName
{
border-color: #212F72;
}
.TagClassName
{
border-color: #212F72;
}
</style>