Shades of Resolution Blue #212F82
Tints of Resolution Blue #212F82
RGB
CMYK
RGB Variations
Color information
#212F82 (or 0x212F82) is known color: Resolution Blue. HEX triplet: 21, 2F and 82. RGB value is (33,47,130). Sum of RGB (Red+Green+Blue) = 33+47+130=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 130 (51.17% from 255 or 61.90% from 210); Max value from RGB is 130 - color contains mainly: blue. Hex color #212F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212F82 is #DED07D. Grayscale: #333333. Windows color (decimal): -14602366 or 8531745. OLE color: 8531745.
HSL color Cylindrical-coordinate representation of color #212F82: hue angle of 231.34º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212F82 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 47 | 130 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.49 |
| HSL | 231.34º | 0.6% | 0.32% | - |
| HSV(B) | 231.34º | 0.75% | 0.51% | - |
| XYZ | 5.67 | 3.97 | 21.59 | - |
| YUV | 52.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 130 | 0.75 | 0.64 | 0 | 0.49 | 231.34 | 0.6 | 0.32 |
| Hex | 21 | 2F | 82 | 4B | 40 | 0 | 31 | E7 | 3C | 20 |
| Octal | 41 | 57 | 202 | 113 | 100 | 0 | 61 | 347 | 74 | 40 |
| Binary | 100001 | 101111 | 10000010 | 1001011 | 1000000 | 0 | 110001 | 11100111 | 111100 | 100000 |
Color Harmonies of #212F82
Complementary color
Monochromatic Colors of #212F82
Black with #212F82
Text Example
Text Example
White with #212F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F82; }
p { color: rgb(33,47,130); }
H1.HeaderClassName
{
color: #212F82;
}
.AnyTagClassName
{
color: #212F82;
}
</style>
background-color css
<style>
a { background-color: #212F82; }
a { background-color: rgb(33,47,130); }
div.DivClassName
{
background-color: #212F82;
}
.BgClassName
{
background-color: #212F82;
}
</style>
border-color css
<style>
span { border-color: #212F82; }
span { border-color: rgb(33,47,130); }
td.TdClassName
{
border-color: #212F82;
}
.TagClassName
{
border-color: #212F82;
}
</style>