Shades of Resolution Blue #213A7C
Tints of Resolution Blue #213A7C
RGB
CMYK
RGB Variations
Color information
#213A7C (or 0x213A7C) is known color: Resolution Blue. HEX triplet: 21, 3A and 7C. RGB value is (33,58,124). Sum of RGB (Red+Green+Blue) = 33+58+124=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #213A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A7C is #DEC583. Grayscale: #393939. Windows color (decimal): -14599556 or 8141345. OLE color: 8141345.
HSL color Cylindrical-coordinate representation of color #213A7C: hue angle of 223.52º 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 #213A7C is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 58 | 124 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.51 |
| HSL | 223.52º | 0.58% | 0.31% | - |
| HSV(B) | 223.52º | 0.73% | 0.49% | - |
| XYZ | 5.78 | 4.8 | 19.69 | - |
| YUV | 58.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 124 | 0.73 | 0.53 | 0 | 0.51 | 223.52 | 0.58 | 0.31 |
| Hex | 21 | 3A | 7C | 49 | 35 | 0 | 33 | E0 | 3A | 1F |
| Octal | 41 | 72 | 174 | 111 | 65 | 0 | 63 | 340 | 72 | 37 |
| Binary | 100001 | 111010 | 1111100 | 1001001 | 110101 | 0 | 110011 | 11100000 | 111010 | 11111 |
Color Harmonies of #213A7C
Complementary color
Monochromatic Colors of #213A7C
Black with #213A7C
Text Example
Text Example
White with #213A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A7C; }
p { color: rgb(33,58,124); }
H1.HeaderClassName
{
color: #213A7C;
}
.AnyTagClassName
{
color: #213A7C;
}
</style>
background-color css
<style>
a { background-color: #213A7C; }
a { background-color: rgb(33,58,124); }
div.DivClassName
{
background-color: #213A7C;
}
.BgClassName
{
background-color: #213A7C;
}
</style>
border-color css
<style>
span { border-color: #213A7C; }
span { border-color: rgb(33,58,124); }
td.TdClassName
{
border-color: #213A7C;
}
.TagClassName
{
border-color: #213A7C;
}
</style>