Shades of Resolution Blue #213C70
Tints of Resolution Blue #213C70
RGB
CMYK
RGB Variations
Color information
#213C70 (or 0x213C70) is known color: Resolution Blue. HEX triplet: 21, 3C and 70. RGB value is (33,60,112). Sum of RGB (Red+Green+Blue) = 33+60+112=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #213C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C70 is #DEC38F. Grayscale: #393939. Windows color (decimal): -14599056 or 7355425. OLE color: 7355425.
HSL color Cylindrical-coordinate representation of color #213C70: hue angle of 219.49º 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 #213C70 is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 60 | 112 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.56 |
| HSL | 219.49º | 0.54% | 0.28% | - |
| HSV(B) | 219.49º | 0.71% | 0.44% | - |
| XYZ | 5.17 | 4.72 | 15.97 | - |
| YUV | 57.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 112 | 0.71 | 0.46 | 0 | 0.56 | 219.49 | 0.54 | 0.28 |
| Hex | 21 | 3C | 70 | 47 | 2E | 0 | 38 | DB | 36 | 1C |
| Octal | 41 | 74 | 160 | 107 | 56 | 0 | 70 | 333 | 66 | 34 |
| Binary | 100001 | 111100 | 1110000 | 1000111 | 101110 | 0 | 111000 | 11011011 | 110110 | 11100 |
Color Harmonies of #213C70
Complementary color
Monochromatic Colors of #213C70
Black with #213C70
Text Example
Text Example
White with #213C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C70; }
p { color: rgb(33,60,112); }
H1.HeaderClassName
{
color: #213C70;
}
.AnyTagClassName
{
color: #213C70;
}
</style>
background-color css
<style>
a { background-color: #213C70; }
a { background-color: rgb(33,60,112); }
div.DivClassName
{
background-color: #213C70;
}
.BgClassName
{
background-color: #213C70;
}
</style>
border-color css
<style>
span { border-color: #213C70; }
span { border-color: rgb(33,60,112); }
td.TdClassName
{
border-color: #213C70;
}
.TagClassName
{
border-color: #213C70;
}
</style>