Shades of Resolution Blue #213470
Tints of Resolution Blue #213470
RGB
CMYK
RGB Variations
Color information
#213470 (or 0x213470) is known color: Resolution Blue. HEX triplet: 21, 34 and 70. RGB value is (33,52,112). Sum of RGB (Red+Green+Blue) = 33+52+112=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #213470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213470 is #DECB8F. Grayscale: #343434. Windows color (decimal): -14601104 or 7353377. OLE color: 7353377.
HSL color Cylindrical-coordinate representation of color #213470: hue angle of 225.57º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213470 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 52 | 112 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.56 |
| HSL | 225.57º | 0.54% | 0.28% | - |
| HSV(B) | 225.57º | 0.71% | 0.44% | - |
| XYZ | 4.78 | 3.95 | 15.84 | - |
| YUV | 53.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 112 | 0.71 | 0.54 | 0 | 0.56 | 225.57 | 0.54 | 0.28 |
| Hex | 21 | 34 | 70 | 47 | 36 | 0 | 38 | E2 | 36 | 1C |
| Octal | 41 | 64 | 160 | 107 | 66 | 0 | 70 | 342 | 66 | 34 |
| Binary | 100001 | 110100 | 1110000 | 1000111 | 110110 | 0 | 111000 | 11100010 | 110110 | 11100 |
Color Harmonies of #213470
Complementary color
Monochromatic Colors of #213470
Black with #213470
Text Example
Text Example
White with #213470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213470; }
p { color: rgb(33,52,112); }
H1.HeaderClassName
{
color: #213470;
}
.AnyTagClassName
{
color: #213470;
}
</style>
background-color css
<style>
a { background-color: #213470; }
a { background-color: rgb(33,52,112); }
div.DivClassName
{
background-color: #213470;
}
.BgClassName
{
background-color: #213470;
}
</style>
border-color css
<style>
span { border-color: #213470; }
span { border-color: rgb(33,52,112); }
td.TdClassName
{
border-color: #213470;
}
.TagClassName
{
border-color: #213470;
}
</style>