Shades of Resolution Blue #223987
Tints of Resolution Blue #223987
RGB
CMYK
RGB Variations
Color information
#223987 (or 0x223987) is known color: Resolution Blue. HEX triplet: 22, 39 and 87. RGB value is (34,57,135). Sum of RGB (Red+Green+Blue) = 34+57+135=226 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.04% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #223987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223987 is #DDC678. Grayscale: #3A3A3A. Windows color (decimal): -14534265 or 8861986. OLE color: 8861986.
HSL color Cylindrical-coordinate representation of color #223987: hue angle of 226.34º 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 #223987 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 57 | 135 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.47 |
| HSL | 226.34º | 0.6% | 0.33% | - |
| HSV(B) | 226.34º | 0.75% | 0.53% | - |
| XYZ | 6.5 | 5.02 | 23.55 | - |
| YUV | 59.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 57 | 135 | 0.75 | 0.58 | 0 | 0.47 | 226.34 | 0.6 | 0.33 |
| Hex | 22 | 39 | 87 | 4B | 3A | 0 | 2F | E2 | 3C | 21 |
| Octal | 42 | 71 | 207 | 113 | 72 | 0 | 57 | 342 | 74 | 41 |
| Binary | 100010 | 111001 | 10000111 | 1001011 | 111010 | 0 | 101111 | 11100010 | 111100 | 100001 |
Color Harmonies of #223987
Complementary color
Monochromatic Colors of #223987
Black with #223987
Text Example
Text Example
White with #223987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223987; }
p { color: rgb(34,57,135); }
H1.HeaderClassName
{
color: #223987;
}
.AnyTagClassName
{
color: #223987;
}
</style>
background-color css
<style>
a { background-color: #223987; }
a { background-color: rgb(34,57,135); }
div.DivClassName
{
background-color: #223987;
}
.BgClassName
{
background-color: #223987;
}
</style>
border-color css
<style>
span { border-color: #223987; }
span { border-color: rgb(34,57,135); }
td.TdClassName
{
border-color: #223987;
}
.TagClassName
{
border-color: #223987;
}
</style>