Shades of Resolution Blue #213F83
Tints of Resolution Blue #213F83
RGB
CMYK
RGB Variations
Color information
#213F83 (or 0x213F83) is known color: Resolution Blue. HEX triplet: 21, 3F and 83. RGB value is (33,63,131). Sum of RGB (Red+Green+Blue) = 33+63+131=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #213F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213F83 is #DEC07C. Grayscale: #3D3D3D. Windows color (decimal): -14598269 or 8601377. OLE color: 8601377.
HSL color Cylindrical-coordinate representation of color #213F83: hue angle of 221.63º 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 #213F83 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 63 | 131 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.49 |
| HSL | 221.63º | 0.6% | 0.32% | - |
| HSV(B) | 221.63º | 0.75% | 0.51% | - |
| XYZ | 6.5 | 5.52 | 22.19 | - |
| YUV | 61.78 | 167.06 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 131 | 0.75 | 0.52 | 0 | 0.49 | 221.63 | 0.6 | 0.32 |
| Hex | 21 | 3F | 83 | 4B | 34 | 0 | 31 | DE | 3C | 20 |
| Octal | 41 | 77 | 203 | 113 | 64 | 0 | 61 | 336 | 74 | 40 |
| Binary | 100001 | 111111 | 10000011 | 1001011 | 110100 | 0 | 110001 | 11011110 | 111100 | 100000 |
Color Harmonies of #213F83
Complementary color
Monochromatic Colors of #213F83
Black with #213F83
Text Example
Text Example
White with #213F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F83; }
p { color: rgb(33,63,131); }
H1.HeaderClassName
{
color: #213F83;
}
.AnyTagClassName
{
color: #213F83;
}
</style>
background-color css
<style>
a { background-color: #213F83; }
a { background-color: rgb(33,63,131); }
div.DivClassName
{
background-color: #213F83;
}
.BgClassName
{
background-color: #213F83;
}
</style>
border-color css
<style>
span { border-color: #213F83; }
span { border-color: rgb(33,63,131); }
td.TdClassName
{
border-color: #213F83;
}
.TagClassName
{
border-color: #213F83;
}
</style>