Shades of Resolution Blue #223379
Tints of Resolution Blue #223379
RGB
CMYK
RGB Variations
Color information
#223379 (or 0x223379) is known color: Resolution Blue. HEX triplet: 22, 33 and 79. RGB value is (34,51,121). Sum of RGB (Red+Green+Blue) = 34+51+121=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #223379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223379 is #DDCC86. Grayscale: #353535. Windows color (decimal): -14535815 or 7942946. OLE color: 7942946.
HSL color Cylindrical-coordinate representation of color #223379: hue angle of 228.28º 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 #223379 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 51 | 121 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.53 |
| HSL | 228.28º | 0.56% | 0.3% | - |
| HSV(B) | 228.28º | 0.72% | 0.47% | - |
| XYZ | 5.29 | 4.09 | 18.6 | - |
| YUV | 53.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 121 | 0.72 | 0.58 | 0 | 0.53 | 228.28 | 0.56 | 0.3 |
| Hex | 22 | 33 | 79 | 48 | 3A | 0 | 35 | E4 | 38 | 1E |
| Octal | 42 | 63 | 171 | 110 | 72 | 0 | 65 | 344 | 70 | 36 |
| Binary | 100010 | 110011 | 1111001 | 1001000 | 111010 | 0 | 110101 | 11100100 | 111000 | 11110 |
Color Harmonies of #223379
Complementary color
Monochromatic Colors of #223379
Black with #223379
Text Example
Text Example
White with #223379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223379; }
p { color: rgb(34,51,121); }
H1.HeaderClassName
{
color: #223379;
}
.AnyTagClassName
{
color: #223379;
}
</style>
background-color css
<style>
a { background-color: #223379; }
a { background-color: rgb(34,51,121); }
div.DivClassName
{
background-color: #223379;
}
.BgClassName
{
background-color: #223379;
}
</style>
border-color css
<style>
span { border-color: #223379; }
span { border-color: rgb(34,51,121); }
td.TdClassName
{
border-color: #223379;
}
.TagClassName
{
border-color: #223379;
}
</style>