Shades of Resolution Blue #223B71
Tints of Resolution Blue #223B71
RGB
CMYK
RGB Variations
Color information
#223B71 (or 0x223B71) is known color: Resolution Blue. HEX triplet: 22, 3B and 71. RGB value is (34,59,113). Sum of RGB (Red+Green+Blue) = 34+59+113=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #223B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B71 is #DDC48E. Grayscale: #393939. Windows color (decimal): -14533775 or 7420706. OLE color: 7420706.
HSL color Cylindrical-coordinate representation of color #223B71: hue angle of 221.01º degrees, saturation: 0.54, 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 #223B71 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 59 | 113 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.56 |
| HSL | 221.01º | 0.54% | 0.29% | - |
| HSV(B) | 221.01º | 0.7% | 0.44% | - |
| XYZ | 5.2 | 4.66 | 16.25 | - |
| YUV | 57.68 | 159.22 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 59 | 113 | 0.70 | 0.48 | 0 | 0.56 | 221.01 | 0.54 | 0.29 |
| Hex | 22 | 3B | 71 | 46 | 30 | 0 | 38 | DD | 36 | 1D |
| Octal | 42 | 73 | 161 | 106 | 60 | 0 | 70 | 335 | 66 | 35 |
| Binary | 100010 | 111011 | 1110001 | 1000110 | 110000 | 0 | 111000 | 11011101 | 110110 | 11101 |
Color Harmonies of #223B71
Complementary color
Monochromatic Colors of #223B71
Black with #223B71
Text Example
Text Example
White with #223B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223B71; }
p { color: rgb(34,59,113); }
H1.HeaderClassName
{
color: #223B71;
}
.AnyTagClassName
{
color: #223B71;
}
</style>
background-color css
<style>
a { background-color: #223B71; }
a { background-color: rgb(34,59,113); }
div.DivClassName
{
background-color: #223B71;
}
.BgClassName
{
background-color: #223B71;
}
</style>
border-color css
<style>
span { border-color: #223B71; }
span { border-color: rgb(34,59,113); }
td.TdClassName
{
border-color: #223B71;
}
.TagClassName
{
border-color: #223B71;
}
</style>