Shades of Resolution Blue #213673
Tints of Resolution Blue #213673
RGB
CMYK
RGB Variations
Color information
#213673 (or 0x213673) is known color: Resolution Blue. HEX triplet: 21, 36 and 73. RGB value is (33,54,115). Sum of RGB (Red+Green+Blue) = 33+54+115=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #213673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213673 is #DEC98C. Grayscale: #363636. Windows color (decimal): -14600589 or 7550497. OLE color: 7550497.
HSL color Cylindrical-coordinate representation of color #213673: hue angle of 224.63º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #213673 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 54 | 115 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.55 |
| HSL | 224.63º | 0.55% | 0.29% | - |
| HSV(B) | 224.63º | 0.71% | 0.45% | - |
| XYZ | 5.04 | 4.2 | 16.76 | - |
| YUV | 54.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 115 | 0.71 | 0.53 | 0 | 0.55 | 224.63 | 0.55 | 0.29 |
| Hex | 21 | 36 | 73 | 47 | 35 | 0 | 37 | E1 | 37 | 1D |
| Octal | 41 | 66 | 163 | 107 | 65 | 0 | 67 | 341 | 67 | 35 |
| Binary | 100001 | 110110 | 1110011 | 1000111 | 110101 | 0 | 110111 | 11100001 | 110111 | 11101 |
Color Harmonies of #213673
Complementary color
Monochromatic Colors of #213673
Black with #213673
Text Example
Text Example
White with #213673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213673; }
p { color: rgb(33,54,115); }
H1.HeaderClassName
{
color: #213673;
}
.AnyTagClassName
{
color: #213673;
}
</style>
background-color css
<style>
a { background-color: #213673; }
a { background-color: rgb(33,54,115); }
div.DivClassName
{
background-color: #213673;
}
.BgClassName
{
background-color: #213673;
}
</style>
border-color css
<style>
span { border-color: #213673; }
span { border-color: rgb(33,54,115); }
td.TdClassName
{
border-color: #213673;
}
.TagClassName
{
border-color: #213673;
}
</style>