Shades of Resolution Blue #223486
Tints of Resolution Blue #223486
RGB
CMYK
RGB Variations
Color information
#223486 (or 0x223486) is known color: Resolution Blue. HEX triplet: 22, 34 and 86. RGB value is (34,52,134). Sum of RGB (Red+Green+Blue) = 34+52+134=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #223486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223486 is #DDCB79. Grayscale: #373737. Windows color (decimal): -14535546 or 8795170. OLE color: 8795170.
HSL color Cylindrical-coordinate representation of color #223486: hue angle of 229.2º 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 #223486 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 52 | 134 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.47 |
| HSL | 229.2º | 0.6% | 0.33% | - |
| HSV(B) | 229.2º | 0.75% | 0.53% | - |
| XYZ | 6.19 | 4.52 | 23.1 | - |
| YUV | 55.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 134 | 0.75 | 0.61 | 0 | 0.47 | 229.2 | 0.6 | 0.33 |
| Hex | 22 | 34 | 86 | 4B | 3D | 0 | 2F | E5 | 3C | 21 |
| Octal | 42 | 64 | 206 | 113 | 75 | 0 | 57 | 345 | 74 | 41 |
| Binary | 100010 | 110100 | 10000110 | 1001011 | 111101 | 0 | 101111 | 11100101 | 111100 | 100001 |
Color Harmonies of #223486
Complementary color
Monochromatic Colors of #223486
Black with #223486
Text Example
Text Example
White with #223486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223486; }
p { color: rgb(34,52,134); }
H1.HeaderClassName
{
color: #223486;
}
.AnyTagClassName
{
color: #223486;
}
</style>
background-color css
<style>
a { background-color: #223486; }
a { background-color: rgb(34,52,134); }
div.DivClassName
{
background-color: #223486;
}
.BgClassName
{
background-color: #223486;
}
</style>
border-color css
<style>
span { border-color: #223486; }
span { border-color: rgb(34,52,134); }
td.TdClassName
{
border-color: #223486;
}
.TagClassName
{
border-color: #223486;
}
</style>