Shades of Resolution Blue #223988
Tints of Resolution Blue #223988
RGB
CMYK
RGB Variations
Color information
#223988 (or 0x223988) is known color: Resolution Blue. HEX triplet: 22, 39 and 88. RGB value is (34,57,136). Sum of RGB (Red+Green+Blue) = 34+57+136=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #223988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223988 is #DDC677. Grayscale: #3A3A3A. Windows color (decimal): -14534264 or 8927522. OLE color: 8927522.
HSL color Cylindrical-coordinate representation of color #223988: hue angle of 226.47º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223988 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 57 | 136 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.47 |
| HSL | 226.47º | 0.6% | 0.33% | - |
| HSV(B) | 226.47º | 0.75% | 0.53% | - |
| XYZ | 6.57 | 5.04 | 23.92 | - |
| YUV | 59.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 136 | 0.75 | 0.58 | 0 | 0.47 | 226.47 | 0.6 | 0.33 |
| Hex | 22 | 39 | 88 | 4B | 3A | 0 | 2F | E2 | 3C | 21 |
| Octal | 42 | 71 | 210 | 113 | 72 | 0 | 57 | 342 | 74 | 41 |
| Binary | 100010 | 111001 | 10001000 | 1001011 | 111010 | 0 | 101111 | 11100010 | 111100 | 100001 |
Color Harmonies of #223988
Complementary color
Monochromatic Colors of #223988
Black with #223988
Text Example
Text Example
White with #223988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223988; }
p { color: rgb(34,57,136); }
H1.HeaderClassName
{
color: #223988;
}
.AnyTagClassName
{
color: #223988;
}
</style>
background-color css
<style>
a { background-color: #223988; }
a { background-color: rgb(34,57,136); }
div.DivClassName
{
background-color: #223988;
}
.BgClassName
{
background-color: #223988;
}
</style>
border-color css
<style>
span { border-color: #223988; }
span { border-color: rgb(34,57,136); }
td.TdClassName
{
border-color: #223988;
}
.TagClassName
{
border-color: #223988;
}
</style>