Shades of Resolution Blue #212D80
Tints of Resolution Blue #212D80
RGB
CMYK
RGB Variations
Color information
#212D80 (or 0x212D80) is known color: Resolution Blue. HEX triplet: 21, 2D and 80. RGB value is (33,45,128). Sum of RGB (Red+Green+Blue) = 33+45+128=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #212D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212D80 is #DED27F. Grayscale: #323232. Windows color (decimal): -14602880 or 8400161. OLE color: 8400161.
HSL color Cylindrical-coordinate representation of color #212D80: hue angle of 232.42º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #212D80 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 45 | 128 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.50 |
| HSL | 232.42º | 0.59% | 0.32% | - |
| HSV(B) | 232.42º | 0.74% | 0.5% | - |
| XYZ | 5.46 | 3.76 | 20.86 | - |
| YUV | 50.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 128 | 0.74 | 0.65 | 0 | 0.50 | 232.42 | 0.59 | 0.32 |
| Hex | 21 | 2D | 80 | 4A | 41 | 0 | 32 | E8 | 3B | 20 |
| Octal | 41 | 55 | 200 | 112 | 101 | 0 | 62 | 350 | 73 | 40 |
| Binary | 100001 | 101101 | 10000000 | 1001010 | 1000001 | 0 | 110010 | 11101000 | 111011 | 100000 |
Color Harmonies of #212D80
Complementary color
Monochromatic Colors of #212D80
Black with #212D80
Text Example
Text Example
White with #212D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D80; }
p { color: rgb(33,45,128); }
H1.HeaderClassName
{
color: #212D80;
}
.AnyTagClassName
{
color: #212D80;
}
</style>
background-color css
<style>
a { background-color: #212D80; }
a { background-color: rgb(33,45,128); }
div.DivClassName
{
background-color: #212D80;
}
.BgClassName
{
background-color: #212D80;
}
</style>
border-color css
<style>
span { border-color: #212D80; }
span { border-color: rgb(33,45,128); }
td.TdClassName
{
border-color: #212D80;
}
.TagClassName
{
border-color: #212D80;
}
</style>