Shades of Resolution Blue #213A74
Tints of Resolution Blue #213A74
RGB
CMYK
RGB Variations
Color information
#213A74 (or 0x213A74) is known color: Resolution Blue. HEX triplet: 21, 3A and 74. RGB value is (33,58,116). Sum of RGB (Red+Green+Blue) = 33+58+116=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #213A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A74 is #DEC58B. Grayscale: #383838. Windows color (decimal): -14599564 or 7617057. OLE color: 7617057.
HSL color Cylindrical-coordinate representation of color #213A74: hue angle of 221.93º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213A74 is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 58 | 116 | - |
| CMYK | 0.72 | 0.5 | 0 | 0.55 |
| HSL | 221.93º | 0.56% | 0.29% | - |
| HSV(B) | 221.93º | 0.72% | 0.45% | - |
| XYZ | 5.29 | 4.61 | 17.13 | - |
| YUV | 57.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 116 | 0.72 | 0.5 | 0 | 0.55 | 221.93 | 0.56 | 0.29 |
| Hex | 21 | 3A | 74 | 48 | 32 | 0 | 37 | DE | 38 | 1D |
| Octal | 41 | 72 | 164 | 110 | 62 | 0 | 67 | 336 | 70 | 35 |
| Binary | 100001 | 111010 | 1110100 | 1001000 | 110010 | 0 | 110111 | 11011110 | 111000 | 11101 |
Color Harmonies of #213A74
Complementary color
Monochromatic Colors of #213A74
Black with #213A74
Text Example
Text Example
White with #213A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A74; }
p { color: rgb(33,58,116); }
H1.HeaderClassName
{
color: #213A74;
}
.AnyTagClassName
{
color: #213A74;
}
</style>
background-color css
<style>
a { background-color: #213A74; }
a { background-color: rgb(33,58,116); }
div.DivClassName
{
background-color: #213A74;
}
.BgClassName
{
background-color: #213A74;
}
</style>
border-color css
<style>
span { border-color: #213A74; }
span { border-color: rgb(33,58,116); }
td.TdClassName
{
border-color: #213A74;
}
.TagClassName
{
border-color: #213A74;
}
</style>