Shades of Resolution Blue #223A83
Tints of Resolution Blue #223A83
RGB
CMYK
RGB Variations
Color information
#223A83 (or 0x223A83) is known color: Resolution Blue. HEX triplet: 22, 3A and 83. RGB value is (34,58,131). Sum of RGB (Red+Green+Blue) = 34+58+131=223 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.25% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #223A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223A83 is #DDC57C. Grayscale: #3A3A3A. Windows color (decimal): -14534013 or 8600098. OLE color: 8600098.
HSL color Cylindrical-coordinate representation of color #223A83: hue angle of 225.15º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #223A83 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 58 | 131 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.49 |
| HSL | 225.15º | 0.59% | 0.32% | - |
| HSV(B) | 225.15º | 0.74% | 0.51% | - |
| XYZ | 6.27 | 5 | 22.11 | - |
| YUV | 59.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 131 | 0.74 | 0.56 | 0 | 0.49 | 225.15 | 0.59 | 0.32 |
| Hex | 22 | 3A | 83 | 4A | 38 | 0 | 31 | E1 | 3B | 20 |
| Octal | 42 | 72 | 203 | 112 | 70 | 0 | 61 | 341 | 73 | 40 |
| Binary | 100010 | 111010 | 10000011 | 1001010 | 111000 | 0 | 110001 | 11100001 | 111011 | 100000 |
Color Harmonies of #223A83
Complementary color
Monochromatic Colors of #223A83
Black with #223A83
Text Example
Text Example
White with #223A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A83; }
p { color: rgb(34,58,131); }
H1.HeaderClassName
{
color: #223A83;
}
.AnyTagClassName
{
color: #223A83;
}
</style>
background-color css
<style>
a { background-color: #223A83; }
a { background-color: rgb(34,58,131); }
div.DivClassName
{
background-color: #223A83;
}
.BgClassName
{
background-color: #223A83;
}
</style>
border-color css
<style>
span { border-color: #223A83; }
span { border-color: rgb(34,58,131); }
td.TdClassName
{
border-color: #223A83;
}
.TagClassName
{
border-color: #223A83;
}
</style>