Shades of Resolution Blue #223778
Tints of Resolution Blue #223778
RGB
CMYK
RGB Variations
Color information
#223778 (or 0x223778) is known color: Resolution Blue. HEX triplet: 22, 37 and 78. RGB value is (34,55,120). Sum of RGB (Red+Green+Blue) = 34+55+120=209 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.27% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #223778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223778 is #DDC887. Grayscale: #373737. Windows color (decimal): -14534792 or 7878434. OLE color: 7878434.
HSL color Cylindrical-coordinate representation of color #223778: hue angle of 225.35º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #223778 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 55 | 120 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.53 |
| HSL | 225.35º | 0.56% | 0.3% | - |
| HSV(B) | 225.35º | 0.72% | 0.47% | - |
| XYZ | 5.42 | 4.43 | 18.34 | - |
| YUV | 56.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 55 | 120 | 0.72 | 0.54 | 0 | 0.53 | 225.35 | 0.56 | 0.3 |
| Hex | 22 | 37 | 78 | 48 | 36 | 0 | 35 | E1 | 38 | 1E |
| Octal | 42 | 67 | 170 | 110 | 66 | 0 | 65 | 341 | 70 | 36 |
| Binary | 100010 | 110111 | 1111000 | 1001000 | 110110 | 0 | 110101 | 11100001 | 111000 | 11110 |
Color Harmonies of #223778
Complementary color
Monochromatic Colors of #223778
Black with #223778
Text Example
Text Example
White with #223778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223778; }
p { color: rgb(34,55,120); }
H1.HeaderClassName
{
color: #223778;
}
.AnyTagClassName
{
color: #223778;
}
</style>
background-color css
<style>
a { background-color: #223778; }
a { background-color: rgb(34,55,120); }
div.DivClassName
{
background-color: #223778;
}
.BgClassName
{
background-color: #223778;
}
</style>
border-color css
<style>
span { border-color: #223778; }
span { border-color: rgb(34,55,120); }
td.TdClassName
{
border-color: #223778;
}
.TagClassName
{
border-color: #223778;
}
</style>