Shades of Resolution Blue #223889
Tints of Resolution Blue #223889
RGB
CMYK
RGB Variations
Color information
#223889 (or 0x223889) is known color: Resolution Blue. HEX triplet: 22, 38 and 89. RGB value is (34,56,137). Sum of RGB (Red+Green+Blue) = 34+56+137=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #223889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223889 is #DDC776. Grayscale: #3A3A3A. Windows color (decimal): -14534519 or 8992802. OLE color: 8992802.
HSL color Cylindrical-coordinate representation of color #223889: hue angle of 227.18º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223889 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 56 | 137 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.46 |
| HSL | 227.18º | 0.6% | 0.34% | - |
| HSV(B) | 227.18º | 0.75% | 0.54% | - |
| XYZ | 6.59 | 4.97 | 24.28 | - |
| YUV | 58.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 137 | 0.75 | 0.59 | 0 | 0.46 | 227.18 | 0.6 | 0.34 |
| Hex | 22 | 38 | 89 | 4B | 3B | 0 | 2E | E3 | 3C | 22 |
| Octal | 42 | 70 | 211 | 113 | 73 | 0 | 56 | 343 | 74 | 42 |
| Binary | 100010 | 111000 | 10001001 | 1001011 | 111011 | 0 | 101110 | 11100011 | 111100 | 100010 |
Color Harmonies of #223889
Complementary color
Monochromatic Colors of #223889
Black with #223889
Text Example
Text Example
White with #223889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223889; }
p { color: rgb(34,56,137); }
H1.HeaderClassName
{
color: #223889;
}
.AnyTagClassName
{
color: #223889;
}
</style>
background-color css
<style>
a { background-color: #223889; }
a { background-color: rgb(34,56,137); }
div.DivClassName
{
background-color: #223889;
}
.BgClassName
{
background-color: #223889;
}
</style>
border-color css
<style>
span { border-color: #223889; }
span { border-color: rgb(34,56,137); }
td.TdClassName
{
border-color: #223889;
}
.TagClassName
{
border-color: #223889;
}
</style>