Shades of Resolution Blue #223589
Tints of Resolution Blue #223589
RGB
CMYK
RGB Variations
Color information
#223589 (or 0x223589) is known color: Resolution Blue. HEX triplet: 22, 35 and 89. RGB value is (34,53,137). Sum of RGB (Red+Green+Blue) = 34+53+137=224 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.18% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #223589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223589 is #DDCA76. Grayscale: #383838. Windows color (decimal): -14535287 or 8992034. OLE color: 8992034.
HSL color Cylindrical-coordinate representation of color #223589: hue angle of 228.93º 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 #223589 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 53 | 137 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.46 |
| HSL | 228.93º | 0.6% | 0.34% | - |
| HSV(B) | 228.93º | 0.75% | 0.54% | - |
| XYZ | 6.45 | 4.69 | 24.23 | - |
| YUV | 56.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 53 | 137 | 0.75 | 0.61 | 0 | 0.46 | 228.93 | 0.6 | 0.34 |
| Hex | 22 | 35 | 89 | 4B | 3D | 0 | 2E | E5 | 3C | 22 |
| Octal | 42 | 65 | 211 | 113 | 75 | 0 | 56 | 345 | 74 | 42 |
| Binary | 100010 | 110101 | 10001001 | 1001011 | 111101 | 0 | 101110 | 11100101 | 111100 | 100010 |
Color Harmonies of #223589
Complementary color
Monochromatic Colors of #223589
Black with #223589
Text Example
Text Example
White with #223589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223589; }
p { color: rgb(34,53,137); }
H1.HeaderClassName
{
color: #223589;
}
.AnyTagClassName
{
color: #223589;
}
</style>
background-color css
<style>
a { background-color: #223589; }
a { background-color: rgb(34,53,137); }
div.DivClassName
{
background-color: #223589;
}
.BgClassName
{
background-color: #223589;
}
</style>
border-color css
<style>
span { border-color: #223589; }
span { border-color: rgb(34,53,137); }
td.TdClassName
{
border-color: #223589;
}
.TagClassName
{
border-color: #223589;
}
</style>