Shades of Resolution Blue #223383
Tints of Resolution Blue #223383
RGB
CMYK
RGB Variations
Color information
#223383 (or 0x223383) is known color: Resolution Blue. HEX triplet: 22, 33 and 83. RGB value is (34,51,131). Sum of RGB (Red+Green+Blue) = 34+51+131=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #223383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223383 is #DDCC7C. Grayscale: #363636. Windows color (decimal): -14535805 or 8598306. OLE color: 8598306.
HSL color Cylindrical-coordinate representation of color #223383: hue angle of 229.48º 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 #223383 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 51 | 131 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.49 |
| HSL | 229.48º | 0.59% | 0.32% | - |
| HSV(B) | 229.48º | 0.74% | 0.51% | - |
| XYZ | 5.94 | 4.35 | 22 | - |
| YUV | 55.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 51 | 131 | 0.74 | 0.61 | 0 | 0.49 | 229.48 | 0.59 | 0.32 |
| Hex | 22 | 33 | 83 | 4A | 3D | 0 | 31 | E5 | 3B | 20 |
| Octal | 42 | 63 | 203 | 112 | 75 | 0 | 61 | 345 | 73 | 40 |
| Binary | 100010 | 110011 | 10000011 | 1001010 | 111101 | 0 | 110001 | 11100101 | 111011 | 100000 |
Color Harmonies of #223383
Complementary color
Monochromatic Colors of #223383
Black with #223383
Text Example
Text Example
White with #223383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223383; }
p { color: rgb(34,51,131); }
H1.HeaderClassName
{
color: #223383;
}
.AnyTagClassName
{
color: #223383;
}
</style>
background-color css
<style>
a { background-color: #223383; }
a { background-color: rgb(34,51,131); }
div.DivClassName
{
background-color: #223383;
}
.BgClassName
{
background-color: #223383;
}
</style>
border-color css
<style>
span { border-color: #223383; }
span { border-color: rgb(34,51,131); }
td.TdClassName
{
border-color: #223383;
}
.TagClassName
{
border-color: #223383;
}
</style>