Shades of Resolution Blue #213F7C
Tints of Resolution Blue #213F7C
RGB
CMYK
RGB Variations
Color information
#213F7C (or 0x213F7C) is known color: Resolution Blue. HEX triplet: 21, 3F and 7C. RGB value is (33,63,124). Sum of RGB (Red+Green+Blue) = 33+63+124=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #213F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F7C is #DEC083. Grayscale: #3C3C3C. Windows color (decimal): -14598276 or 8142625. OLE color: 8142625.
HSL color Cylindrical-coordinate representation of color #213F7C: hue angle of 220.22º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213F7C is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 63 | 124 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.51 |
| HSL | 220.22º | 0.58% | 0.31% | - |
| HSV(B) | 220.22º | 0.73% | 0.49% | - |
| XYZ | 6.04 | 5.33 | 19.78 | - |
| YUV | 60.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 124 | 0.73 | 0.49 | 0 | 0.51 | 220.22 | 0.58 | 0.31 |
| Hex | 21 | 3F | 7C | 49 | 31 | 0 | 33 | DC | 3A | 1F |
| Octal | 41 | 77 | 174 | 111 | 61 | 0 | 63 | 334 | 72 | 37 |
| Binary | 100001 | 111111 | 1111100 | 1001001 | 110001 | 0 | 110011 | 11011100 | 111010 | 11111 |
Color Harmonies of #213F7C
Complementary color
Monochromatic Colors of #213F7C
Black with #213F7C
Text Example
Text Example
White with #213F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F7C; }
p { color: rgb(33,63,124); }
H1.HeaderClassName
{
color: #213F7C;
}
.AnyTagClassName
{
color: #213F7C;
}
</style>
background-color css
<style>
a { background-color: #213F7C; }
a { background-color: rgb(33,63,124); }
div.DivClassName
{
background-color: #213F7C;
}
.BgClassName
{
background-color: #213F7C;
}
</style>
border-color css
<style>
span { border-color: #213F7C; }
span { border-color: rgb(33,63,124); }
td.TdClassName
{
border-color: #213F7C;
}
.TagClassName
{
border-color: #213F7C;
}
</style>