Shades of Resolution Blue #223F73
Tints of Resolution Blue #223F73
RGB
CMYK
RGB Variations
Color information
#223F73 (or 0x223F73) is known color: Resolution Blue. HEX triplet: 22, 3F and 73. RGB value is (34,63,115). Sum of RGB (Red+Green+Blue) = 34+63+115=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #223F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F73 is #DDC08C. Grayscale: #3C3C3C. Windows color (decimal): -14532749 or 7552802. OLE color: 7552802.
HSL color Cylindrical-coordinate representation of color #223F73: hue angle of 218.52º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223F73 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 63 | 115 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.55 |
| HSL | 218.52º | 0.54% | 0.29% | - |
| HSV(B) | 218.52º | 0.7% | 0.45% | - |
| XYZ | 5.53 | 5.13 | 16.92 | - |
| YUV | 60.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 63 | 115 | 0.70 | 0.45 | 0 | 0.55 | 218.52 | 0.54 | 0.29 |
| Hex | 22 | 3F | 73 | 46 | 2D | 0 | 37 | DB | 36 | 1D |
| Octal | 42 | 77 | 163 | 106 | 55 | 0 | 67 | 333 | 66 | 35 |
| Binary | 100010 | 111111 | 1110011 | 1000110 | 101101 | 0 | 110111 | 11011011 | 110110 | 11101 |
Color Harmonies of #223F73
Complementary color
Monochromatic Colors of #223F73
Black with #223F73
Text Example
Text Example
White with #223F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223F73; }
p { color: rgb(34,63,115); }
H1.HeaderClassName
{
color: #223F73;
}
.AnyTagClassName
{
color: #223F73;
}
</style>
background-color css
<style>
a { background-color: #223F73; }
a { background-color: rgb(34,63,115); }
div.DivClassName
{
background-color: #223F73;
}
.BgClassName
{
background-color: #223F73;
}
</style>
border-color css
<style>
span { border-color: #223F73; }
span { border-color: rgb(34,63,115); }
td.TdClassName
{
border-color: #223F73;
}
.TagClassName
{
border-color: #223F73;
}
</style>