Shades of Resolution Blue #213F76
Tints of Resolution Blue #213F76
RGB
CMYK
RGB Variations
Color information
#213F76 (or 0x213F76) is known color: Resolution Blue. HEX triplet: 21, 3F and 76. RGB value is (33,63,118). Sum of RGB (Red+Green+Blue) = 33+63+118=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #213F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F76 is #DEC089. Grayscale: #3C3C3C. Windows color (decimal): -14598282 or 7749409. OLE color: 7749409.
HSL color Cylindrical-coordinate representation of color #213F76: hue angle of 218.82º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213F76 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 63 | 118 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.54 |
| HSL | 218.82º | 0.56% | 0.3% | - |
| HSV(B) | 218.82º | 0.72% | 0.46% | - |
| XYZ | 5.67 | 5.19 | 17.84 | - |
| YUV | 60.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 118 | 0.72 | 0.47 | 0 | 0.54 | 218.82 | 0.56 | 0.3 |
| Hex | 21 | 3F | 76 | 48 | 2F | 0 | 36 | DB | 38 | 1E |
| Octal | 41 | 77 | 166 | 110 | 57 | 0 | 66 | 333 | 70 | 36 |
| Binary | 100001 | 111111 | 1110110 | 1001000 | 101111 | 0 | 110110 | 11011011 | 111000 | 11110 |
Color Harmonies of #213F76
Complementary color
Monochromatic Colors of #213F76
Black with #213F76
Text Example
Text Example
White with #213F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F76; }
p { color: rgb(33,63,118); }
H1.HeaderClassName
{
color: #213F76;
}
.AnyTagClassName
{
color: #213F76;
}
</style>
background-color css
<style>
a { background-color: #213F76; }
a { background-color: rgb(33,63,118); }
div.DivClassName
{
background-color: #213F76;
}
.BgClassName
{
background-color: #213F76;
}
</style>
border-color css
<style>
span { border-color: #213F76; }
span { border-color: rgb(33,63,118); }
td.TdClassName
{
border-color: #213F76;
}
.TagClassName
{
border-color: #213F76;
}
</style>