Shades of Resolution Blue #223270
Tints of Resolution Blue #223270
RGB
CMYK
RGB Variations
Color information
#223270 (or 0x223270) is known color: Resolution Blue. HEX triplet: 22, 32 and 70. RGB value is (34,50,112). Sum of RGB (Red+Green+Blue) = 34+50+112=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #223270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223270 is #DDCD8F. Grayscale: #343434. Windows color (decimal): -14536080 or 7352866. OLE color: 7352866.
HSL color Cylindrical-coordinate representation of color #223270: hue angle of 227.69º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223270 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 50 | 112 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.56 |
| HSL | 227.69º | 0.53% | 0.29% | - |
| HSV(B) | 227.69º | 0.7% | 0.44% | - |
| XYZ | 4.72 | 3.79 | 15.81 | - |
| YUV | 52.28 | 161.7 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 50 | 112 | 0.70 | 0.55 | 0 | 0.56 | 227.69 | 0.53 | 0.29 |
| Hex | 22 | 32 | 70 | 46 | 37 | 0 | 38 | E4 | 35 | 1D |
| Octal | 42 | 62 | 160 | 106 | 67 | 0 | 70 | 344 | 65 | 35 |
| Binary | 100010 | 110010 | 1110000 | 1000110 | 110111 | 0 | 111000 | 11100100 | 110101 | 11101 |
Color Harmonies of #223270
Complementary color
Monochromatic Colors of #223270
Black with #223270
Text Example
Text Example
White with #223270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223270; }
p { color: rgb(34,50,112); }
H1.HeaderClassName
{
color: #223270;
}
.AnyTagClassName
{
color: #223270;
}
</style>
background-color css
<style>
a { background-color: #223270; }
a { background-color: rgb(34,50,112); }
div.DivClassName
{
background-color: #223270;
}
.BgClassName
{
background-color: #223270;
}
</style>
border-color css
<style>
span { border-color: #223270; }
span { border-color: rgb(34,50,112); }
td.TdClassName
{
border-color: #223270;
}
.TagClassName
{
border-color: #223270;
}
</style>