Shades of Resolution Blue #223480
Tints of Resolution Blue #223480
RGB
CMYK
RGB Variations
Color information
#223480 (or 0x223480) is known color: Resolution Blue. HEX triplet: 22, 34 and 80. RGB value is (34,52,128). Sum of RGB (Red+Green+Blue) = 34+52+128=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #223480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223480 is #DDCB7F. Grayscale: #363636. Windows color (decimal): -14535552 or 8401954. OLE color: 8401954.
HSL color Cylindrical-coordinate representation of color #223480: hue angle of 228.51º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #223480 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 52 | 128 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.50 |
| HSL | 228.51º | 0.58% | 0.32% | - |
| HSV(B) | 228.51º | 0.73% | 0.5% | - |
| XYZ | 5.78 | 4.35 | 20.96 | - |
| YUV | 55.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 128 | 0.73 | 0.59 | 0 | 0.50 | 228.51 | 0.58 | 0.32 |
| Hex | 22 | 34 | 80 | 49 | 3B | 0 | 32 | E5 | 3A | 20 |
| Octal | 42 | 64 | 200 | 111 | 73 | 0 | 62 | 345 | 72 | 40 |
| Binary | 100010 | 110100 | 10000000 | 1001001 | 111011 | 0 | 110010 | 11100101 | 111010 | 100000 |
Color Harmonies of #223480
Complementary color
Monochromatic Colors of #223480
Black with #223480
Text Example
Text Example
White with #223480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223480; }
p { color: rgb(34,52,128); }
H1.HeaderClassName
{
color: #223480;
}
.AnyTagClassName
{
color: #223480;
}
</style>
background-color css
<style>
a { background-color: #223480; }
a { background-color: rgb(34,52,128); }
div.DivClassName
{
background-color: #223480;
}
.BgClassName
{
background-color: #223480;
}
</style>
border-color css
<style>
span { border-color: #223480; }
span { border-color: rgb(34,52,128); }
td.TdClassName
{
border-color: #223480;
}
.TagClassName
{
border-color: #223480;
}
</style>