Shades of Resolution Blue #213279
Tints of Resolution Blue #213279
RGB
CMYK
RGB Variations
Color information
#213279 (or 0x213279) is known color: Resolution Blue. HEX triplet: 21, 32 and 79. RGB value is (33,50,121). Sum of RGB (Red+Green+Blue) = 33+50+121=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #213279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213279 is #DECD86. Grayscale: #343434. Windows color (decimal): -14601607 or 7942689. OLE color: 7942689.
HSL color Cylindrical-coordinate representation of color #213279: hue angle of 228.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #213279 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 50 | 121 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.53 |
| HSL | 228.41º | 0.57% | 0.3% | - |
| HSV(B) | 228.41º | 0.73% | 0.47% | - |
| XYZ | 5.22 | 3.99 | 18.58 | - |
| YUV | 53.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 121 | 0.73 | 0.59 | 0 | 0.53 | 228.41 | 0.57 | 0.3 |
| Hex | 21 | 32 | 79 | 49 | 3B | 0 | 35 | E4 | 39 | 1E |
| Octal | 41 | 62 | 171 | 111 | 73 | 0 | 65 | 344 | 71 | 36 |
| Binary | 100001 | 110010 | 1111001 | 1001001 | 111011 | 0 | 110101 | 11100100 | 111001 | 11110 |
Color Harmonies of #213279
Complementary color
Monochromatic Colors of #213279
Black with #213279
Text Example
Text Example
White with #213279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213279; }
p { color: rgb(33,50,121); }
H1.HeaderClassName
{
color: #213279;
}
.AnyTagClassName
{
color: #213279;
}
</style>
background-color css
<style>
a { background-color: #213279; }
a { background-color: rgb(33,50,121); }
div.DivClassName
{
background-color: #213279;
}
.BgClassName
{
background-color: #213279;
}
</style>
border-color css
<style>
span { border-color: #213279; }
span { border-color: rgb(33,50,121); }
td.TdClassName
{
border-color: #213279;
}
.TagClassName
{
border-color: #213279;
}
</style>