Shades of Resolution Blue #223883
Tints of Resolution Blue #223883
RGB
CMYK
RGB Variations
Color information
#223883 (or 0x223883) is known color: Resolution Blue. HEX triplet: 22, 38 and 83. RGB value is (34,56,131). Sum of RGB (Red+Green+Blue) = 34+56+131=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #223883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223883 is #DDC77C. Grayscale: #393939. Windows color (decimal): -14534525 or 8599586. OLE color: 8599586.
HSL color Cylindrical-coordinate representation of color #223883: hue angle of 226.39º 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 #223883 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 56 | 131 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.49 |
| HSL | 226.39º | 0.59% | 0.32% | - |
| HSV(B) | 226.39º | 0.74% | 0.51% | - |
| XYZ | 6.17 | 4.81 | 22.08 | - |
| YUV | 57.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 56 | 131 | 0.74 | 0.57 | 0 | 0.49 | 226.39 | 0.59 | 0.32 |
| Hex | 22 | 38 | 83 | 4A | 39 | 0 | 31 | E2 | 3B | 20 |
| Octal | 42 | 70 | 203 | 112 | 71 | 0 | 61 | 342 | 73 | 40 |
| Binary | 100010 | 111000 | 10000011 | 1001010 | 111001 | 0 | 110001 | 11100010 | 111011 | 100000 |
Color Harmonies of #223883
Complementary color
Monochromatic Colors of #223883
Black with #223883
Text Example
Text Example
White with #223883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223883; }
p { color: rgb(34,56,131); }
H1.HeaderClassName
{
color: #223883;
}
.AnyTagClassName
{
color: #223883;
}
</style>
background-color css
<style>
a { background-color: #223883; }
a { background-color: rgb(34,56,131); }
div.DivClassName
{
background-color: #223883;
}
.BgClassName
{
background-color: #223883;
}
</style>
border-color css
<style>
span { border-color: #223883; }
span { border-color: rgb(34,56,131); }
td.TdClassName
{
border-color: #223883;
}
.TagClassName
{
border-color: #223883;
}
</style>